From 0531b63df013358141886daded4c88093162e89b Mon Sep 17 00:00:00 2001 From: Deepanshu Dhruw Date: Mon, 11 Oct 2021 15:02:16 +0530 Subject: [PATCH] fixes logo toggling on dark mode (#967) --- frontend/src/ForgotPassword/ForgotPasswordPage.jsx | 2 +- frontend/src/ResetPassword/ResetPasswordPage.jsx | 2 +- frontend/src/SignupPage/SignupPage.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/ForgotPassword/ForgotPasswordPage.jsx b/frontend/src/ForgotPassword/ForgotPasswordPage.jsx index da646121a7..4e5b0eff41 100644 --- a/frontend/src/ForgotPassword/ForgotPasswordPage.jsx +++ b/frontend/src/ForgotPassword/ForgotPasswordPage.jsx @@ -58,7 +58,7 @@ class ForgotPassword extends React.Component {
- +
diff --git a/frontend/src/ResetPassword/ResetPasswordPage.jsx b/frontend/src/ResetPassword/ResetPasswordPage.jsx index 70219c2853..661afa60bd 100644 --- a/frontend/src/ResetPassword/ResetPasswordPage.jsx +++ b/frontend/src/ResetPassword/ResetPasswordPage.jsx @@ -55,7 +55,7 @@ class ResetPassword extends React.Component {
diff --git a/frontend/src/SignupPage/SignupPage.jsx b/frontend/src/SignupPage/SignupPage.jsx index e432398b95..7d3ec356f2 100644 --- a/frontend/src/SignupPage/SignupPage.jsx +++ b/frontend/src/SignupPage/SignupPage.jsx @@ -43,7 +43,7 @@ class SignupPage extends React.Component {