Skip to content

Commit

Permalink
Update NavBar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Naetffy authored May 11, 2024
1 parent c25244e commit 49704c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const NavBar = () => {
<Nav.Link className={selectedLink === 'Calendar' ? 'selected' : ''} href="/Calendar">Calendar</Nav.Link>
<Nav.Link className={selectedLink === 'Community' ? 'selected' : ''} href="/Community">Community</Nav.Link>
<Nav.Link className={selectedLink === 'Profile' ? 'selected' : ''} href="/Profile">Profile</Nav.Link>
{validateUser() !== ""? (
{validateUser() === ""? (
<button
type="button" className="btn-sample"
onClick={(e) => {
Expand Down

0 comments on commit 49704c5

Please sign in to comment.