We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65ab7a1 + 987e5a9 commit ffa2ebeCopy full SHA for ffa2ebe
src/chat/components/ChatAvatar.tsx
@@ -1,16 +1,15 @@
1
-import ChatBotProfileImage from "@/shared/assets/images/chatbot-profile.png";
+import NewChatBotProfileImage from "@/shared/assets/images/new-chatbot-profile.png";
2
import Image from "next/image";
3
import { css } from "styled-components";
4
export default function ChatAvatar() {
5
return (
6
<Image
7
- src={ChatBotProfileImage}
+ src={NewChatBotProfileImage}
8
alt="타로냥 프로필 이미지"
9
width={36}
10
height={36}
11
css={css`
12
border-radius: 50%;
13
- background-color: ${({ theme }) => theme.colors.grey10};
14
`}
15
/>
16
);
src/shared/assets/images/new-chatbot-profile.png
1.64 KB
0 commit comments