From 4a7798f4e4c22bad839d0f4e3383d50ea7fb77bb Mon Sep 17 00:00:00 2001 From: Monalika Patnaik Date: Tue, 13 Feb 2024 02:03:12 +0530 Subject: [PATCH] added-debugging --- frontend/src/Components/Blogs/index.js | 2 +- frontend/src/Components/Signin/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Components/Blogs/index.js b/frontend/src/Components/Blogs/index.js index 50fa31e..4d50da3 100644 --- a/frontend/src/Components/Blogs/index.js +++ b/frontend/src/Components/Blogs/index.js @@ -113,7 +113,7 @@ const Blogs = () => { width: "100%", borderRadius: "25px", background: "#fff", - outline: isHover ? "2px solid rgb(1, 191, 113)" : "none", + // outline: isHover ? "2px solid rgb(1, 191, 113)" : "none", border: "none", fontSize: "18px", paddingLeft: "20px", diff --git a/frontend/src/Components/Signin/index.js b/frontend/src/Components/Signin/index.js index bfae36e..1338f7d 100644 --- a/frontend/src/Components/Signin/index.js +++ b/frontend/src/Components/Signin/index.js @@ -114,7 +114,7 @@ const SignIn = () => { await signInWithRedirect(auth, provider); navigateToProfile(); } catch (err) { - console.log(err.message); + console.log(err); } }