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 086d6f2 commit 92f5971Copy full SHA for 92f5971
resources/js/layouts/auth/AuthSimpleLayout.vue
@@ -14,7 +14,7 @@ defineProps<{
14
<div class="flex flex-col gap-8">
15
<div class="flex flex-col items-center gap-4">
16
<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">
+ <div class="flex h-9 w-9 mb-1 items-center justify-center rounded-md">
18
<AppLogoIcon class="size-9 fill-current text-[var(--foreground)] dark:text-white" />
19
</div>
20
<span class="sr-only">{{ title }}</span>
0 commit comments