Skip to content

Commit

Permalink
address chamge
Browse files Browse the repository at this point in the history
  • Loading branch information
a19hu committed Oct 10, 2024
1 parent db1662f commit 3dedd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/component/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ function Navbar({ error }) {
close ? null :
<div className='phonenavebar'>
<div className="phonenavebar_container">
<Link to="/" style={window.location.pathname === 'https://devluplabs.iitj.ac.in/familytree/' ? { color: 'black' } : null}>
<Link to="/" style={window.location.pathname === 'https://devluplabs.iitj.ac.in/' ? { color: 'black' } : null}>
Home
</Link>
<Link to="/ImageTree" style={window.location.pathname === 'https://devluplabs.iitj.ac.in/familytree/ImageTree' ? { color: 'black' } : null}>
<Link to="/ImageTree" style={window.location.pathname === 'https://devluplabs.iitj.ac.in/ImageTree' ? { color: 'black' } : null}>
ImageTree
</Link>
</div>
Expand Down

0 comments on commit 3dedd66

Please sign in to comment.