Skip to content

Commit d3d6e14

Browse files
committed
updating the logo
1 parent 257a9a2 commit d3d6e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/AppLogo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defineProps<Props>();
1010

1111
<template>
1212
<div className="bg-sidebar-primary text-sidebar-primary-foreground flex aspect-square size-8 items-center justify-center rounded-md">
13-
<AppLogoIcon className="size-[1.2rem] fill-current text-white dark:text-black" />
13+
<AppLogoIcon className="size-5 fill-current text-white dark:text-black" />
1414
</div>
1515
<div className="ml-1 grid flex-1 text-left text-sm">
1616
<span className="mb-0.5 truncate leading-none font-semibold">Laravel Starter Kit</span>

0 commit comments

Comments
 (0)