FlorianEisenmenger před 10 měsíci
rodič
revize
9ba5d10951
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      gfi-ihk-2024/stories/sections/infobanner/InfoBannerComponent.js

+ 1
- 0
gfi-ihk-2024/stories/sections/infobanner/InfoBannerComponent.js Zobrazit soubor

@@ -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);


Načítá se…
Zrušit
Uložit