diff --git a/app/auth/page.tsx b/app/auth/page.tsx index 6af27dc1..b292473f 100644 --- a/app/auth/page.tsx +++ b/app/auth/page.tsx @@ -18,7 +18,7 @@ function Logo() { function ArtPanel() { return (
- Abstract art + Abstract art
) } diff --git a/app/layout.tsx b/app/layout.tsx index bf56851e..bbeb18a0 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -66,10 +66,10 @@ export default async function RootLayout({ {user ? ( diff --git a/public/images/auth-art.png b/public/images/auth-art.png new file mode 100644 index 00000000..34d25baa Binary files /dev/null and b/public/images/auth-art.png differ