diff --git a/src/app/(auth)/layout.tsx b/src/app/(auth)/layout.tsx index bec3cbd..3eb2de2 100644 --- a/src/app/(auth)/layout.tsx +++ b/src/app/(auth)/layout.tsx @@ -16,8 +16,8 @@ export default function AuthLayout({ children }: { children: React.ReactNode })
diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f062df..220bae3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,8 +148,8 @@ export default function HomePage() {