From e3a50cbcb8a2d0a50df705e9bad8eda107cab4cf Mon Sep 17 00:00:00 2001 From: rharkor Date: Sat, 16 Sep 2023 22:24:40 +0200 Subject: [PATCH] refactor: change color on hover --- src/app/[lang]/(sys-auth)/forgot-password/page.tsx | 2 +- src/app/[lang]/(sys-auth)/reset-password/[token]/page.tsx | 2 +- src/app/[lang]/(sys-auth)/verify-email/[token]/page.tsx | 2 +- src/components/auth/login-user-auth-form.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/[lang]/(sys-auth)/forgot-password/page.tsx b/src/app/[lang]/(sys-auth)/forgot-password/page.tsx index 3edae216..49a3f4f5 100644 --- a/src/app/[lang]/(sys-auth)/forgot-password/page.tsx +++ b/src/app/[lang]/(sys-auth)/forgot-password/page.tsx @@ -18,7 +18,7 @@ export default async function ForgotPassword({

{dictionary.forgotPasswordTitle}

{dictionary.forgotPasswordDescription}

- + {dictionary.goToSignInPage} diff --git a/src/app/[lang]/(sys-auth)/reset-password/[token]/page.tsx b/src/app/[lang]/(sys-auth)/reset-password/[token]/page.tsx index 89016519..ee43cf90 100644 --- a/src/app/[lang]/(sys-auth)/reset-password/[token]/page.tsx +++ b/src/app/[lang]/(sys-auth)/reset-password/[token]/page.tsx @@ -19,7 +19,7 @@ export default async function ForgotPassword({

{dictionary.resetPasswordTitle}

{dictionary.resetPasswordDescription}

- + {dictionary.goToSignInPage} diff --git a/src/app/[lang]/(sys-auth)/verify-email/[token]/page.tsx b/src/app/[lang]/(sys-auth)/verify-email/[token]/page.tsx index dad28f08..65642e0c 100644 --- a/src/app/[lang]/(sys-auth)/verify-email/[token]/page.tsx +++ b/src/app/[lang]/(sys-auth)/verify-email/[token]/page.tsx @@ -19,7 +19,7 @@ export default async function VerifyEmail({

{dictionary.emailVerificationTitle}

{dictionary.emailVerificationDescription}

- + {dictionary.goToSignInPage} diff --git a/src/components/auth/login-user-auth-form.tsx b/src/components/auth/login-user-auth-form.tsx index afe598eb..5537b477 100644 --- a/src/components/auth/login-user-auth-form.tsx +++ b/src/components/auth/login-user-auth-form.tsx @@ -134,7 +134,7 @@ export function LoginUserAuthForm({ dictionary, searchParams, ...props }: UserAu name="password" /> - + {dictionary.forgotPassword}