diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx index 3967330..a40b23b 100644 --- a/src/app/auth/page.tsx +++ b/src/app/auth/page.tsx @@ -5,7 +5,7 @@ import ImageCard from '@/components/ui/image-card' export default function Auth() { return ( - +
diff --git a/src/app/verification/page.tsx b/src/app/verification/page.tsx index 14b87e5..ef44c65 100644 --- a/src/app/verification/page.tsx +++ b/src/app/verification/page.tsx @@ -5,7 +5,7 @@ import ImageCard from '@/components/ui/image-card' export default function Verification() { return ( - +
diff --git a/src/components/pages/auth-content.tsx b/src/components/pages/auth-content.tsx index 04c6214..a8495af 100644 --- a/src/components/pages/auth-content.tsx +++ b/src/components/pages/auth-content.tsx @@ -11,7 +11,7 @@ type AuthContentProps = { const AuthContent: FC = ({ children, className }) => { return (
- + {children}