We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac8315 commit 3a6dbc4Copy full SHA for 3a6dbc4
resources/js/components/AppLogo.vue
@@ -12,7 +12,7 @@ defineProps<Props>();
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
</div>
15
- <div className="ml-1 grid flex-1 text-left text-sm">
+ <div class="ml-1 grid flex-1 text-left text-sm">
16
<span class="mb-0.5 truncate leading-none font-semibold">Laravel Starter Kit</span>
17
18
</template>
0 commit comments