Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JYC0413 committed Sep 5, 2024
1 parent 97f4c49 commit c9ec8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export const Chat = memo(({stopConversationRef}: Props) => {
</div>
{!selectedConversation && (
<div className="mx-auto flex mt-[100px] w-[300px] flex-col justify-center sm:w-[600px]">
<img src="/logo-big.png" alt="" className="w-[158px] h-[158px] mx-auto"/>
<img src="./logo-big.png" alt="" className="w-[158px] h-[158px] mx-auto"/>
<div
className="mt-7 text-center text-[32px] leading-[44px] tracking-[-0.32px] font-[500] text-fontPrimary font-StyreneA ">
Welcome to Gaia AI Chat
Expand Down

0 comments on commit c9ec8fb

Please sign in to comment.