File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 99 Card ,
1010 Helper ,
1111 Label ,
12- Button ,
13- Popover ,
14- Kbd ,
15- Dropzone ,
16- Alert
12+ Dropzone
1713 } from ' flowbite-svelte' ;
18- import { ArrowUpRightFromSquareOutline } from ' flowbite-svelte-icons' ;
14+ import { ArrowUpRightFromSquareOutline , MoonOutline , SunOutline } from ' flowbite-svelte-icons' ;
1915
2016 let filesInDropzone: FileList | null = $state (null );
2117
5046 >
5147 </NavBrand >
5248 <NavUl >
53- <NavLi href =" https://github.com/colorblockifier/colorblockifier.github.io" >About</NavLi >
49+ <NavLi class =" underline" href =" https://github.com/colorblockifier/colorblockifier.github.io"
50+ >About</NavLi
51+ >
5452 </NavUl >
55- <DarkMode class =" cursor-pointer" />
53+ <DarkMode class =" cursor-pointer" >
54+ {#snippet lightIcon ()}
55+ <MoonOutline />
56+ {/ snippet }
57+ {#snippet darkIcon ()}
58+ <SunOutline />
59+ {/ snippet }
60+ </DarkMode >
5661 </Navbar >
5762
5863 <div class =" flex grow flex-col items-center bg-gray-100 p-4 dark:bg-gray-700" >
You can’t perform that action at this time.
0 commit comments