✨ (undrawCards/index.tsx): update the SVG used for BasicPrompt component to undraw_short_bio_re_fmx0.svg to match the desired design
♻️ (undrawCards/index.tsx): adjust the width and height of the BasicPrompt SVG to 65% to improve the visual appearance
This commit is contained in:
parent
2adb0e5309
commit
efb2b249a1
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ import { ReactComponent as ChatBot } from "../../../../assets/undraw_chat_bot_re
|
|||
//@ts-ignore
|
||||
import { ReactComponent as BlogPost } from "../../../../assets/undraw_blog_post_re_fy5x.svg";
|
||||
//@ts-ignore
|
||||
import { ReactComponent as BasicPrompt } from "../../../../assets/undraw_design_components_9vy6.svg";
|
||||
import { ReactComponent as BasicPrompt } from "../../../../assets/undraw_short_bio_re_fmx0.svg";
|
||||
|
||||
import {
|
||||
Card,
|
||||
|
|
@ -47,8 +47,8 @@ export default function UndrawCardComponent({
|
|||
return (
|
||||
<BasicPrompt
|
||||
style={{
|
||||
width: "80%",
|
||||
height: "80%",
|
||||
width: "65%",
|
||||
height: "65%",
|
||||
preserveAspectRatio: "xMidYMid meet",
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue