Skip to content

Commit

Permalink
Rutas del menu arregladas
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Feb 4, 2024
1 parent fa005ee commit 71b5819
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions webapp/src/pages/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ const Home = () => {
<div className='games-container'>
<h1>Bienvenido a WIQ. Selecciona un modo de juego</h1>
<ul>
<a href="home/clasico">Clásico</a>
<a href="home/bateria">Batería de sabios</a>
<a href="home/descartando">Descartando</a>
<a href="home/pregunta">La pregunta caliente</a>
<a href="home/descubriendo">Descubriendo ciudades</a>
<a href="clasico">Clásico</a>
<a href="bateria">Batería de sabios</a>
<a href="descartando">Descartando</a>
<a href="pregunta">La pregunta caliente</a>
<a href="descubriendo">Descubriendo ciudades</a>
</ul>
</div>
)
Expand Down

0 comments on commit 71b5819

Please sign in to comment.