Skip to content

Commit

Permalink
📝 🐛 fix store sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 8, 2024
1 parent 48f79bf commit 624f44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Store/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function StorePage({ title, children }: Props): JSX.Element {
)!;

return (
<Page hideTableOfContents reduceContentWidth={false}>
<Page hideTableOfContents reduceContentWidth={false} sidebarId={SIDEBAR_ID}>
<SidebarContentFiller items={sidebarItems} />
<article className="prose max-w-full">
<h1 className="store-title">{title}</h1>
Expand Down

0 comments on commit 624f44e

Please sign in to comment.