change class to className
This commit is contained in:
parent
c4a28ea465
commit
e01fca027d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user