Skip to content

Commit

Permalink
remove hydration directive
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Sep 20, 2022
1 parent 33555e7 commit 40d99cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/navigation/navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const navbarLinks: Array<{ href: string; label: string }> = [
</div>

<div>
<SidebarToggle currentPage={currentPage} client:idle />
<SidebarToggle currentPage={currentPage} />
</div>
<div class="hidden md:block rounded-lg w-full max-w-xs">
<Search client:load />
Expand Down

0 comments on commit 40d99cd

Please sign in to comment.