File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ defineProps<Props>();
99 </script >
1010
1111<template >
12- <div className =" bg-sidebar-primary text-sidebar-primary-foreground flex aspect-square size-8 items-center justify-center rounded-md" >
13- <AppLogoIcon className =" size-5 fill-current text-white dark:text-black" />
12+ <div class =" bg-sidebar-primary text-sidebar-primary-foreground flex aspect-square size-8 items-center justify-center rounded-md" >
13+ <AppLogoIcon class =" size-5 fill-current text-white dark:text-black" />
1414 </div >
1515 <div className =" ml-1 grid flex-1 text-left text-sm" >
16- <span className =" mb-0.5 truncate leading-none font-semibold" >Laravel Starter Kit</span >
16+ <span class =" mb-0.5 truncate leading-none font-semibold" >Laravel Starter Kit</span >
1717 </div >
1818</template >
You can’t perform that action at this time.
0 commit comments