diff --git a/src/components/sections/Desconferencias.astro b/src/components/sections/Desconferencias.astro index 9121d6c..01f6ebc 100644 --- a/src/components/sections/Desconferencias.astro +++ b/src/components/sections/Desconferencias.astro @@ -13,7 +13,7 @@ import Title from "../shared/Title.astro";
{eventos.map((evento) => ( -
+
{evento.horario}
@@ -21,7 +21,7 @@ import Title from "../shared/Title.astro";
{evento.ponente}
{evento.etiquetas.map((etiqueta) => ( - {etiqueta} + {etiqueta} ))}

{evento.detalles}