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 bcf2bdb commit 79b2df3Copy full SHA for 79b2df3
resources/js/layouts/auth/auth-simple-layout.tsx
@@ -15,7 +15,7 @@ export default function AuthSimpleLayout({ children, title, description }: AuthL
15
<div className="flex flex-col gap-8">
16
<div className="flex flex-col items-center gap-4">
17
<Link href={route('home')} className="flex flex-col items-center gap-2 font-medium">
18
- <div className="flex h-9 w-9 items-center justify-center rounded-md">
+ <div className="flex h-9 w-9 mb-1 items-center justify-center rounded-md">
19
<AppLogoIcon className="size-9 fill-current text-[var(--foreground)] dark:text-white" />
20
</div>
21
<span className="sr-only">{title}</span>
0 commit comments