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