Merge pull request 'fix: correct URL structure in EventoCard component for cuestionario navigation' (#14) from develop into master

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2025-06-27 15:58:22 -06:00
+1 -1
View File
@@ -31,7 +31,7 @@ export default function EventoCard({
? `/${user}/evento/${evento.id_evento}`
: `/evento/${evento.nombre_evento.split(' ').join('_')}/${
evento.id_evento
}`
}/${evento.cuestionarios[0].id_cuestionario}`
}
>
<Image