File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 11---
2- import ThemeButton from " ./ThemeButton.svelte" ;
3- import DonateButton from " ./DonateButton.astro" ;
42import AboutButton from " ./AboutButton.astro" ;
3+ import DonateButton from " ./DonateButton.astro" ;
54import JsDocsIoButton from " ./JsDocsIoButton.astro" ;
5+ import NpmPackageSearchButton from " ./NpmPackageSearchButton.svelte" ;
6+ import ThemeButton from " ./ThemeButton.svelte" ;
67---
78
89<header class =" border-b" >
9- <div class =" flex items-center justify-between gap-2 p-4" >
10+ <div class =" flex items-center justify-between gap-4 p-4" >
1011 <JsDocsIoButton />
1112
1213 <div class =" flex items-center gap-4" >
14+ { /* @ts-expect-error */ }
15+ <NpmPackageSearchButton client:load />
16+
1317 <div class =" hidden md:flex md:items-center md:gap-4" >
18+ <div class =" bg-border h-8 w-px" ></div >
1419 <DonateButton />
1520 <AboutButton />
16- <div class =" bg-border h-8 w-px" ></div >
1721 </div >
1822
23+ <div class =" bg-border h-8 w-px" ></div >
1924 <ThemeButton client:load />
2025 </div >
2126 </div >
You can’t perform that action at this time.
0 commit comments