mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
fix: sidebar on mobile
This commit is contained in:
@@ -22,7 +22,12 @@ export default function Sidebar({ close }: { close: () => void }): JSX.Element {
|
||||
label="Getting started"
|
||||
onClick={close}
|
||||
/>
|
||||
<SidebarLink label="Routing" href="/documentation/routing" defaultOpened>
|
||||
<SidebarLink
|
||||
label="Routing"
|
||||
href="/documentation/routing"
|
||||
defaultOpened
|
||||
onClick={close}
|
||||
>
|
||||
<SidebarLink
|
||||
href="/documentation/routing/intro"
|
||||
label="Project structure"
|
||||
|
||||
Reference in New Issue
Block a user