diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx index 0f1ff4a..3eef63c 100644 --- a/src/app/auth/page.tsx +++ b/src/app/auth/page.tsx @@ -6,14 +6,14 @@ import { ThemeToggler } from '@/components/ui/theme-toggler' export default function Auth() { return ( - +

Authentication

-
+
diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 4534310..e601122 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -7,7 +7,7 @@ import { ThemeToggler } from '@/components/ui/theme-toggler' export default function Profile() { return ( -

+

Profile

@@ -16,7 +16,7 @@ export default function Profile() {

Profile

-
+
diff --git a/src/app/verification/page.tsx b/src/app/verification/page.tsx index 3a5e0c7..37f5bf1 100644 --- a/src/app/verification/page.tsx +++ b/src/app/verification/page.tsx @@ -7,7 +7,7 @@ import { ThemeToggler } from '@/components/ui/theme-toggler' export default function Verification() { return ( - + diff --git a/src/components/pages/auth-content.tsx b/src/components/pages/auth-content.tsx index bd2dded..127d2c1 100644 --- a/src/components/pages/auth-content.tsx +++ b/src/components/pages/auth-content.tsx @@ -11,7 +11,7 @@ const AuthContent: FC = ({ children, className }) => { return (
-
+
{children}
diff --git a/src/components/pages/auth/auth-form.tsx b/src/components/pages/auth/auth-form.tsx index e362bb9..03dd668 100644 --- a/src/components/pages/auth/auth-form.tsx +++ b/src/components/pages/auth/auth-form.tsx @@ -49,7 +49,10 @@ const AuthForm: FC = ({ className }) => { name="email" render={({ field }) => ( - + Confirm your email and get dynamically generated code @@ -63,7 +66,7 @@ const AuthForm: FC = ({ className }) => { control={form.control} name="agreement" render={({ field }) => ( - + = ({ className }) => { onCheckedChange={field.onChange} /> -
+
I agree to Terms & Conditions and Privacy Policy @@ -80,7 +83,7 @@ const AuthForm: FC = ({ className }) => { )} /> - diff --git a/src/components/pages/profile/profile-form.tsx b/src/components/pages/profile/profile-form.tsx index 8999eb7..f12e269 100644 --- a/src/components/pages/profile/profile-form.tsx +++ b/src/components/pages/profile/profile-form.tsx @@ -41,7 +41,7 @@ const ProfileForm: FC = ({ className }) => {
= ({ className }) => { )} /> -
diff --git a/src/components/pages/verification/otp-input.tsx b/src/components/pages/verification/otp-input.tsx index ad4f76f..23e84f2 100644 --- a/src/components/pages/verification/otp-input.tsx +++ b/src/components/pages/verification/otp-input.tsx @@ -142,7 +142,7 @@ const OtpInput: FC = ({