diff --git a/gfi-ihk-2024/stories/sections/infobanner/InfoBannerComponent.js b/gfi-ihk-2024/stories/sections/infobanner/InfoBannerComponent.js index d95a906..d46c8b8 100644 --- a/gfi-ihk-2024/stories/sections/infobanner/InfoBannerComponent.js +++ b/gfi-ihk-2024/stories/sections/infobanner/InfoBannerComponent.js @@ -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);