Skip to content

Commit

Permalink
fix(Storybook): highlight sidebar items (podman-desktop#8951)
Browse files Browse the repository at this point in the history
fix(Storybook): high light sidebar items

Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 authored Sep 18, 2024
1 parent e5e6e7c commit 3791666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/storybook/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function StorybookRoot(): JSX.Element {
isHidden={false}
onCollapse={() => {}}
sidebar={storybookItems as PropSidebarItem[]}
path="/storybook"></DocSidebar>
path={`/storybook?id=${id}`}></DocSidebar>
</aside>
{id ? (
<iframe
Expand Down

0 comments on commit 3791666

Please sign in to comment.