Explorar el Código

fix

bugfix/microsites
Florian Eisenmenger hace 2 años
padre
commit
07e47a6fa0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      gfi-ihk-2024/stories/components/event-teaser-large/EventTeaserLargeComponent.js

+ 2
- 1
gfi-ihk-2024/stories/components/event-teaser-large/EventTeaserLargeComponent.js Ver fichero

@@ -34,10 +34,11 @@ export const createEventTeaserLarge = ({
}
if (moreCta) {
detailBox.appendChild(createButton({
elementType: 'span',
label: moreCta.label,
link: event.link,
color: 'primary',
size: 'small',
preventClick: false
}))
}
if (event.bgimage && event.bgimage .length > 0) {


Cargando…
Cancelar
Guardar