Skip to content

Commit c3ee42c

Browse files
update changeset
1 parent 224b2f0 commit c3ee42c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.changeset/eight-spiders-brake.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ Make it difficult to style a dialog element full-screen, which has led to some c
4949
```tsx
5050
<Modal.Root>
5151
<Modal.Trigger>Trigger</Modal.Trigger>
52-
<Modal.Content>
53-
{' '}
52+
<Modal.Panel>
5453
{/* This is the current <Modal /> */}
5554
<Modal.Title>Edit Profile</Modal.Title>
5655
<Modal.Description>You can update your profile here.</Modal.Description>
57-
</Modal.Content>
56+
</Modal.Panel>
5857
</Modal.Root>
5958
```
6059

0 commit comments

Comments
 (0)