Skip to content

Commit 6aed040

Browse files
authored
[docs] Fix toolbar anatomy and styled component example closing tags (#4307)
1 parent 227b360 commit 6aed040

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/app/(docs)/react/components/toolbar/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { Toolbar } from '@base-ui/react/toolbar';
3030
<Toolbar.Group>
3131
<Toolbar.Button />
3232
<Toolbar.Button />
33-
<Toolbar.Group />
33+
</Toolbar.Group>
3434
<Toolbar.Input />
3535
</Toolbar.Root>;
3636
```

docs/src/app/(docs)/react/handbook/styling/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ const MenuExample = () => (
149149
<StyledMenuPopup>
150150
<StyledMenuItem>Add to Library</StyledMenuItem>
151151
<StyledMenuItem>Add to Playlist</StyledMenuItem>
152-
</Menu.Portal>
152+
</StyledMenuPopup>
153153
</StyledMenuPositioner>
154-
</StyledMenuPopup>
154+
</Menu.Portal>
155155
</Menu.Root>
156156
);
157157

0 commit comments

Comments
 (0)