Skip to content

Commit 7152319

Browse files
Tweak app logo
1 parent dfb581e commit 7152319

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

resources/js/components/app-logo.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ export default function AppLogo() {
44
return (
55
<>
66
<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" />
88
</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>
1211
</div>
1312
</>
1413
);

0 commit comments

Comments
 (0)