File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ export default function AppLogo() {
4
4
return (
5
5
< >
6
6
< div className = "bg-sidebar-primary text-sidebar-primary-foreground flex aspect-square size-8 items-center justify-center rounded-md" >
7
- < AppLogoIcon className = "size-5 fill-current text-white dark:text-black" />
7
+ < AppLogoIcon className = "size-[1.375rem] fill-current text-white dark:text-black" />
8
8
</ div >
9
- < div className = "grid flex-1 text-left text-sm leading-tight" >
10
- < span className = "mb-0.5 truncate leading-none font-semibold" > Laravel</ span >
11
- < span className = "truncate text-[11px] leading-none tracking-tight opacity-80" > Starter Kit</ span >
9
+ < div className = "ml-1 grid flex-1 text-left text-sm" >
10
+ < span className = "mb-0.5 truncate leading-none font-semibold" > Laravel Starter Kit</ span >
12
11
</ div >
13
12
</ >
14
13
) ;
You can’t perform that action at this time.
0 commit comments