Skip to content

Commit 1a3cf4c

Browse files
Update src/pages/[platform]/ai/conversation/ai-conversation/index.mdx
Co-authored-by: Ian Saultz <[email protected]>
1 parent e2a9ed5 commit 1a3cf4c

File tree

1 file changed

+2
-2
lines changed
  • src/pages/[platform]/ai/conversation/ai-conversation

1 file changed

+2
-2
lines changed

src/pages/[platform]/ai/conversation/ai-conversation/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ There are 2 avatars, `user` and `ai`, and each have a `username` and `avatar` at
282282
<AIConversation
283283
avatars={{
284284
user: {
285-
avatar: <UserAvatar />,
285+
avatar: <Avatar src="/images/user.jpg" />,
286286
username: "danny",
287287
},
288288
ai: {
289-
avatar: <AssistantAvatar />,
289+
avatar: <Avatar src="/images/ai.jpg" />,
290290
username: "Amplify assistant"
291291
}
292292
}}

0 commit comments

Comments
 (0)