Skip to content

Commit 79b2df3

Browse files
committed
small update
1 parent bcf2bdb commit 79b2df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/layouts/auth/auth-simple-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function AuthSimpleLayout({ children, title, description }: AuthL
1515
<div className="flex flex-col gap-8">
1616
<div className="flex flex-col items-center gap-4">
1717
<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">
18+
<div className="flex h-9 w-9 mb-1 items-center justify-center rounded-md">
1919
<AppLogoIcon className="size-9 fill-current text-[var(--foreground)] dark:text-white" />
2020
</div>
2121
<span className="sr-only">{title}</span>

0 commit comments

Comments
 (0)