Skip to content

Commit

Permalink
Corregir link
Browse files Browse the repository at this point in the history
  • Loading branch information
Verzidee authored Apr 29, 2024
1 parent a03e463 commit 3dd2852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Navbar() {
<Link to='/' className='nav-links' onClick={closeMenu}>Inicio</Link>
</li>
<li className='nav-item'>
<Link to='/abouts' className='nav-links' onClick={closeMenu}>About us</Link>
<Link to='/aboutus' className='nav-links' onClick={closeMenu}>About us</Link>
</li>
{isLoggedIn ? (
<>
Expand Down

0 comments on commit 3dd2852

Please sign in to comment.