Skip to content

Commit 92f5971

Browse files
committed
small update
1 parent 086d6f2 commit 92f5971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/layouts/auth/AuthSimpleLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defineProps<{
1414
<div class="flex flex-col gap-8">
1515
<div class="flex flex-col items-center gap-4">
1616
<Link :href="route('home')" class="flex flex-col items-center gap-2 font-medium">
17-
<div class="flex h-9 w-9 items-center justify-center rounded-md">
17+
<div class="flex h-9 w-9 mb-1 items-center justify-center rounded-md">
1818
<AppLogoIcon class="size-9 fill-current text-[var(--foreground)] dark:text-white" />
1919
</div>
2020
<span class="sr-only">{{ title }}</span>

0 commit comments

Comments
 (0)