Skip to content

Commit

Permalink
added-debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MonalikaPatnaik committed Feb 12, 2024
1 parent 3d2089e commit 4a7798f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Components/Blogs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Components/Signin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const SignIn = () => {
await signInWithRedirect(auth, provider);
navigateToProfile();
} catch (err) {
console.log(err.message);
console.log(err);
}
}

Expand Down

0 comments on commit 4a7798f

Please sign in to comment.