Skip to content

Commit

Permalink
(#79) ๐ŸŽจ design: ์ฑ—๋ด‡ ๋ฃจํ‚ค ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ๋„ค๋ชจ ์ƒ์ž ํƒˆ์ถœ ํ˜„์ƒ ํ•ด๊ฒฐ (์ด๋ฏธ์ง€ ํฌ๊ธฐ ์ˆ˜์ •)
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 27, 2024
1 parent 737dcd4 commit 70fc79e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Chatbot/components/rookie/RookieProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import chatbotIcon from "@/src/assets/svg/chatbot_profile.svg"; // ์–˜๋Š” webp
/** ๊ผฌ๋ž‘์ง€๊ฐ€ ๋ถ™์€ ๋ฒ„์ ผ */
const RookieProfile = () => {
return (
<div className="flex items-center justify-center bg-main-40 rounded-lg max-w-11 max-h-11">
<div className="flex items-center justify-center bg-main-40 rounded-lg max-w-12 max-h-12">
<Image
src={chatbotIcon}
alt="์ฑ—๋ด‡ ์•„์ด์ฝ˜"
width={52}
height={52}
width={44}
height={44}
/>
</div>
);
Expand Down

0 comments on commit 70fc79e

Please sign in to comment.