Skip to content

Commit

Permalink
fix: spa navigation
Browse files Browse the repository at this point in the history
Hurrah!
  • Loading branch information
lishaduck committed Jun 6, 2024
1 parent 90ea194 commit f91b998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/islands/Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function Info({ children }: InfoProps): JSX.Element {
)}
>
<IconInfoCircle class="inline" size={20} />
<div class="hidden">{children}</div>
</button>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function App({ Component }: PageProps): JSX.Element {
<link rel="stylesheet" href={asset("/styles.css")} />
</Head>

<body f-client-nav={false} class="dark:bg-slate-950 dark:text-slate-50">
<body f-client-nav={true} class="dark:bg-slate-950 dark:text-slate-50">
<Partial name="body">
<Component />
</Partial>
Expand Down

0 comments on commit f91b998

Please sign in to comment.