Skip to content

Commit 2fa3c77

Browse files
committed
Remove obsolete prop reference in SidePanel docs
1 parent be731a0 commit 2fa3c77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/circuit-ui/components/SidePanel/SidePanel.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ Once the side panel is closed focus is returned to the trigger element.
3333

3434
First, wrap the primary content of your application in the `SidePanelProvider`. There should be only one instance of `SidePanelProvider` as part of your global application layout.
3535
On desktop resolutions the primary content will be resized when the side panel is opened.
36-
Additionally, the `SidePanelProvider` allows for the side panels to work seamlessly with the top navigation through the `withTopNavigation` prop.
3736

3837
```tsx
39-
<SidePanelProvider withTopNavigation>
38+
<SidePanelProvider>
4039
{/* Your primary content here... */}
4140
</SidePanelProvider>
4241
```

0 commit comments

Comments
 (0)