Skip to content

Commit 72f41ae

Browse files
committed
Adding correct class names
1 parent da474ce commit 72f41ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/components/AppLogo.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ defineProps<Props>();
99
</script>
1010

1111
<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-5 fill-current text-white dark:text-black" />
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" />
1414
</div>
1515
<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>
16+
<span class="mb-0.5 truncate leading-none font-semibold">Laravel Starter Kit</span>
1717
</div>
1818
</template>

0 commit comments

Comments
 (0)