Skip to content

Commit

Permalink
Update Message.mdx (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamzah-syed authored Nov 14, 2024
1 parent 0fb80c1 commit 25b7f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/content/docs/ui/primitives/Message.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const UserMessage = () => (

<BranchPicker />
<ActionBar />
</Message.Root>
</MessagePrimitive.Root>
);

const AssistantMessage = () => (
Expand All @@ -26,7 +26,7 @@ const AssistantMessage = () => (

<BranchPicker />
<ActionBar />
</Message.Root>
</MessagePrimitive.Root>
);
```

Expand Down

0 comments on commit 25b7f15

Please sign in to comment.