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); } }