Skip to content

Commit 3a6dbc4

Browse files
committed
updating className to class
1 parent 0ac8315 commit 3a6dbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/AppLogo.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defineProps<Props>();
1212
<div class="bg-sidebar-primary text-sidebar-primary-foreground flex aspect-square size-8 items-center justify-center rounded-md">
1313
<AppLogoIcon class="size-5 fill-current text-white dark:text-black" />
1414
</div>
15-
<div className="ml-1 grid flex-1 text-left text-sm">
15+
<div class="ml-1 grid flex-1 text-left text-sm">
1616
<span class="mb-0.5 truncate leading-none font-semibold">Laravel Starter Kit</span>
1717
</div>
1818
</template>

0 commit comments

Comments
 (0)