diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx index 39e3d6c..abfa8d4 100644 --- a/src/app/auth/page.tsx +++ b/src/app/auth/page.tsx @@ -7,18 +7,20 @@ import { ThemeToggler } from '@/components/ui/theme-toggler' export default function Auth() { return ( - - - - - - Authentication - - - - - - + + + + + + + Authentication + + + + + + + ) } diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index ba21679..b1beca4 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -6,22 +6,22 @@ import { ThemeToggler } from '@/components/ui/theme-toggler' export default function Profile() { return ( - - - Profile - - - - - - - Profile - - - - - - + + + Profile + + + + + + Profile + + + + + + + ) } diff --git a/src/app/verification/page.tsx b/src/app/verification/page.tsx index e332868..bc693ab 100644 --- a/src/app/verification/page.tsx +++ b/src/app/verification/page.tsx @@ -7,21 +7,23 @@ import { ThemeToggler } from '@/components/ui/theme-toggler' export default function Verification() { return ( - - - - - - - - - Check your Email - - - - - - + + + + + + + + + + Check your Email + + + + + + + ) } diff --git a/src/components/pages/auth-content.tsx b/src/components/pages/auth-content.tsx index 127d2c1..90a25ff 100644 --- a/src/components/pages/auth-content.tsx +++ b/src/components/pages/auth-content.tsx @@ -11,9 +11,7 @@ const AuthContent: FC = ({ children, className }) => { return ( - - {children} - + {children} ) diff --git a/src/components/pages/auth/auth-form.tsx b/src/components/pages/auth/auth-form.tsx index c0e268f..e8595c3 100644 --- a/src/components/pages/auth/auth-form.tsx +++ b/src/components/pages/auth/auth-form.tsx @@ -40,24 +40,18 @@ const AuthForm: FC = ({ className }) => { return ( - + ( - + Confirm your email and get dynamically generated code = ({ className }) => { control={form.control} name="agreement" render={({ field }) => ( - + = ({ className }) => { onCheckedChange={field.onChange} /> - + I agree to Terms & Conditions and Privacy Policy @@ -89,7 +83,7 @@ const AuthForm: FC = ({ className }) => { )} /> - + Submit diff --git a/src/components/pages/profile/profile-form.tsx b/src/components/pages/profile/profile-form.tsx index 5e0d816..35896e1 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 }) => { = ({ className }) => { )} /> - + Done diff --git a/src/components/pages/verification/otp-control.tsx b/src/components/pages/verification/otp-control.tsx index 748e3f5..294b849 100644 --- a/src/components/pages/verification/otp-control.tsx +++ b/src/components/pages/verification/otp-control.tsx @@ -51,11 +51,11 @@ const OtpControl: FC = ({ className }) => { onChange={otpChange} otpValue={otp} /> - + Didn't get anything? Resend me code.