diff --git a/src/app/(main)/account/forgot-password/page.tsx b/src/app/(main)/account/forgot-password/page.tsx index 5763fcd..7836b88 100644 --- a/src/app/(main)/account/forgot-password/page.tsx +++ b/src/app/(main)/account/forgot-password/page.tsx @@ -17,7 +17,7 @@ export default function ForgotPasswordPage() {

Forgot your password?

Enter your email address and we'll send you a link to reset your password.
- (This feature is not yet implemented.) + (This feature is not yet implemented.)

- Back to login + Back to login
diff --git a/src/app/(main)/account/login/page.tsx b/src/app/(main)/account/login/page.tsx index 9126b53..26e3275 100644 --- a/src/app/(main)/account/login/page.tsx +++ b/src/app/(main)/account/login/page.tsx @@ -55,7 +55,7 @@ export default function LoginPage() {

Sign in to your account

Or{' '} - + Sign Up For Free

@@ -109,7 +109,7 @@ export default function LoginPage() { id="remember-me" name="remember-me" type="checkbox" - className="checkbox checkbox-primary" + className="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded" disabled={loading} />