Skip to content

Commit 68de8c2

Browse files
committed
Added again search
1 parent 4fbcd3b commit 68de8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Navbar.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ let links: NavBarLink[] = navBarConfig.links.map(
4444
})}
4545
</div>
4646
<div class="flex">
47-
<!--<SearchPanel client:load>-->
48-
<!-- <Search client:only="svelte"></Search> -->
47+
<!-- <SearchPanel client:load> -->
48+
<Search client:only="svelte"></Search>
4949
{!siteConfig.themeColor.fixed && (
5050
<button aria-label="Display Settings" class="btn-plain scale-animation rounded-lg h-11 w-11 active:scale-90" id="display-settings-switch">
5151
<Icon name="material-symbols:palette-outline" class="text-[1.25rem]"></Icon>

0 commit comments

Comments
 (0)