change class to className

This commit is contained in:
Chris Cromer 2021-10-25 20:54:20 -03:00
parent c4a28ea465
commit e01fca027d
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import IntegrantesComponent from './views/IntegrantesComponent'
function App() {
function Navbar() {
return (
<div class="topnav">
<div className="topnav">
<NavLink to="/integrantes">Integrantes</NavLink>
<NavLink to="/personas">Personas</NavLink>
</div>