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>();
9
9
</script >
10
10
11
11
<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" />
14
14
</div >
15
15
<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 >
17
17
</div >
18
18
</template >
You can’t perform that action at this time.
0 commit comments