From 383a79d9b19b6ef71692ee6cc4305acf647a53ae Mon Sep 17 00:00:00 2001 From: Shashank Malhotra Date: Thu, 11 Apr 2024 19:59:10 +0530 Subject: [PATCH] changed the dark logo showing on login/signup page to whitle logo --- src/assets/constants.jsx | 9 +++++---- src/components/AuthForm/AuthForm.jsx | 9 +++++++-- src/components/Sidebar/Sidebar.jsx | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/assets/constants.jsx b/src/assets/constants.jsx index 045abca..0540a2a 100644 --- a/src/assets/constants.jsx +++ b/src/assets/constants.jsx @@ -1,12 +1,13 @@ -export const InstagramLogo = () => ( +export const InstagramLogo = ({ viewBox, height, width }) => ( + { const [isLogin, setIsLogin] = useState(true); @@ -11,7 +12,11 @@ const AuthForm = () => { <> - + {isLogin ? : } diff --git a/src/components/Sidebar/Sidebar.jsx b/src/components/Sidebar/Sidebar.jsx index 3fc810c..4dc05d9 100644 --- a/src/components/Sidebar/Sidebar.jsx +++ b/src/components/Sidebar/Sidebar.jsx @@ -21,7 +21,7 @@ const Sidebar = () => { > - +