diff --git a/src/app/(main)/account/forgot-password/page.tsx b/src/app/(main)/account/forgot-password/page.tsx index 7836b88..7ce517f 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 1370f52..cbd751f 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="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded" + className="h-4 w-4 text-primary focus:ring-blue-500 border-gray-300 rounded" disabled={loading} />