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 App() {
|
||||||
function Navbar() {
|
function Navbar() {
|
||||||
return (
|
return (
|
||||||
<div class="topnav">
|
<div className="topnav">
|
||||||
<NavLink to="/integrantes">Integrantes</NavLink>
|
<NavLink to="/integrantes">Integrantes</NavLink>
|
||||||
<NavLink to="/personas">Personas</NavLink>
|
<NavLink to="/personas">Personas</NavLink>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user