Skip to content

Commit e509a50

Browse files
committed
formatting
1 parent cabd9e4 commit e509a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/welcome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Welcome() {
1717
<link rel="preconnect" href="https://fonts.bunny.net" />
1818
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" />
1919
</Head>
20-
<div className="bg-gray-50 text-black/50 dark:bg-black dark:text-white/50">
20+
<div className="bg-gray-50 text-black/50 antialiased dark:bg-black dark:text-white/50">
2121
<img id="background" className="absolute top-0 -left-20 max-w-[877px]" src="https://laravel.com/assets/img/welcome/background.svg" />
2222
<div className="relative flex min-h-screen flex-col items-center justify-center selection:bg-[#FF2D20] selection:text-white">
2323
<div className="relative w-full max-w-2xl px-6 lg:max-w-7xl">

0 commit comments

Comments
 (0)