Merge pull request 'banner' (#8) from develop into master

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2025-04-09 17:59:06 -06:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default function Carousel({
id = 'carouselExample',
images = [
{
src: '/feriasex.jpg',
src: '/feriasex.png',
alt: 'Imagen de ejemplo',
},
],
+1 -1
View File
@@ -37,7 +37,7 @@ export default function FormularioCard({
width={400}
height={300}
className="img"
src="/feriasex.jpg"
src="/feriasex.png"
alt="Banner formulario"
/>
<div className="card-caption">{cuestionario.nombre_form}</div>