Skip to content

Commit

Permalink
yoda
Browse files Browse the repository at this point in the history
  • Loading branch information
yisding committed May 4, 2023
1 parent 85a709b commit f2845e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Chat() {
<main className="h-full w-full">
<ChatContainer>
<ConversationHeader>
<Avatar src="/emily-avatar.svg" name="Emma" />
<Avatar src="/yoda-avatar.png" name="Yoda" />
<ConversationHeader.Content
userName="Emma"
info="Powered by GPT-4"
Expand All @@ -109,7 +109,7 @@ export default function Chat() {
}}
>
{message.role === "assistant" && (
<Avatar src="/emily-avatar.svg" name="Emma" />
<Avatar src="/yoda-avatar.png" name="Yoda" />
)}
</Message>
))}
Expand Down
Binary file added public/yoda-avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2845e1

Please sign in to comment.