diff --git a/packages/dashboard-v2/src/components/forms/LoginForm.js b/packages/dashboard-v2/src/components/forms/LoginForm.js index 61973215..a5a1deeb 100644 --- a/packages/dashboard-v2/src/components/forms/LoginForm.js +++ b/packages/dashboard-v2/src/components/forms/LoginForm.js @@ -70,7 +70,7 @@ export const LoginForm = ({ onSuccess }) => { touched={touched.password} />
- + Forgot your password?
diff --git a/packages/dashboard-v2/src/pages/auth/reset-password.js b/packages/dashboard-v2/src/pages/auth/reset-password.js index a7761327..8ecbfeaa 100644 --- a/packages/dashboard-v2/src/pages/auth/reset-password.js +++ b/packages/dashboard-v2/src/pages/auth/reset-password.js @@ -24,9 +24,7 @@ const ResetPasswordPage = () => { )} {state === State.Success && ( -

- Please check your email inbox for further instructions. -

+

Please check your inbox for further instructions.

)} {state === State.Failure && ( @@ -38,7 +36,7 @@ const ResetPasswordPage = () => { Suddenly remembered your password? Sign in

- Don't actually have an account? Create one! + Don't actually have an account? Create one!

diff --git a/packages/dashboard-v2/src/pages/auth/signup.js b/packages/dashboard-v2/src/pages/auth/signup.js index 210abab8..4acbae85 100644 --- a/packages/dashboard-v2/src/pages/auth/signup.js +++ b/packages/dashboard-v2/src/pages/auth/signup.js @@ -34,7 +34,7 @@ const SignUpPage = () => { {state === State.Success && (
-

Please check your email inbox and confirm your email address.

+

Please check your inbox and confirm your email address.

You will be redirected to your dashboard shortly.

Click here to go there now.