File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1414 import Cloud from " @lucide/svelte/icons/cloud" ;
1515 import Submit from " @lucide/svelte/icons/send" ;
1616 import Github from " @/components/logos/github.svelte" ;
17+ import Shadcn from " @/components/logos/shadcn.svelte" ;
1718
1819 let favorites = $derived ($favoritesStore );
1920 let favoritesCount = $derived (favoritesStore .getCount (favorites ));
5354 {/if }
5455</a >
5556<a
56- href =" /api"
57+ href =" /docs/ api"
5758 data-sveltekit-preload-data
5859 class ={cn (
5960 sidebarItemClasses .base ,
6465 <Cloud size ={16 } />
6566 <p class =" truncate" >API</p >
6667</a >
68+ <a
69+ href =" /docs/shadcn-ui"
70+ data-sveltekit-preload-data
71+ class ={cn (
72+ sidebarItemClasses .base ,
73+ " justify-start space-x-3" ,
74+ String (page .url .pathname ) === " /docs/shadcn-ui" &&
75+ sidebarItemClasses .active ,
76+ )}
77+ >
78+ <Shadcn size ={14 } />
79+ <p class =" truncate" >shadcn/ui</p >
80+ </a >
6781<a
6882 href =" /extensions"
6983 data-sveltekit-preload-data
You can’t perform that action at this time.
0 commit comments