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 642be4d commit 958c2a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Chatbot/components/loading/ChatbotClovaLoading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ import chatbotLoadingAnimation from "@/src/assets/gif/chatbot_loading_baseball_p

const ChatbotClovaLoading = () => {
return (
<div className="fixed inset-0 bg-black bg-opacity-50 flex justify-center items-center z-50">
<div className="flex-col fixed inset-0 bg-black bg-opacity-50 flex justify-center items-center z-50">
<div className="animate-spin">
<Image src={chatbotLoadingAnimation} alt="Loading" className="w-24 h-24" />
</div>
<p className="font-semibold text-grayscale-0">๋ฃจํ‚ค๊ฐ€ ์ƒ๊ฐ์ค‘์ด์—์š”..</p>
</div>
);
};
Expand Down

0 comments on commit 958c2a0

Please sign in to comment.