We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257a9a2 commit d3d6e14Copy full SHA for d3d6e14
resources/js/components/AppLogo.vue
@@ -10,7 +10,7 @@ defineProps<Props>();
10
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-[1.2rem] fill-current text-white dark:text-black" />
+ <AppLogoIcon className="size-5 fill-current text-white dark:text-black" />
14
</div>
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>
0 commit comments