Explorar el Código

eyeable

master
FlorianEisenmenger hace 10 meses
padre
commit
9ba5d10951
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      gfi-ihk-2024/stories/sections/infobanner/InfoBannerComponent.js

+ 1
- 0
gfi-ihk-2024/stories/sections/infobanner/InfoBannerComponent.js Ver fichero

@@ -17,6 +17,7 @@ export const createInfoBanner =

const container = createElement('div', ['container'], null, section);
const banner = createElement('a', ['banner'], null, container);
banner.setAttribute('aria-label', headline + ' - ' + kicker);

if (imageSrc && imageSrcMobile && imageSrc.length > 0 && imageSrcMobile.length > 0) {
const imageBox = createElement('div', ['image-box'], null, banner);


Cargando…
Cancelar
Guardar