refactor(auth): replace anchor navigation links with Button components and improve auth page styling
This commit is contained in:
@@ -14,7 +14,7 @@ export default async function AuthPage({ params, searchParams }) {
|
||||
const session = await getSession();
|
||||
|
||||
return (
|
||||
<div className="min-h-screen flex items-center justify-center p-4 md:p-8">
|
||||
<div className="min-h-screen flex items-center justify-center p-4 md:p-8 bg-neutral-50 dark:bg-black">
|
||||
<div className="max-w-md w-full">
|
||||
<AuthPageClient
|
||||
params={params}
|
||||
|
||||
Reference in New Issue
Block a user