Parcourir la source

Button Section Event Teasers Large angepasst

bugfix/microsites
Lukas Zimmer il y a 2 ans
Parent
révision
f316f2a9bf
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +3
    -1
      gfi-ihk-2024/stories/sections/event-teasers-large/EventTeasersLargeComponent.js

+ 3
- 1
gfi-ihk-2024/stories/sections/event-teasers-large/EventTeasersLargeComponent.js Voir le fichier

@@ -33,7 +33,9 @@ export const createEventTeasersLarge = ({


if (count > 3) { if (count > 3) {
const all = createElement('div', ['all-participations'], null, section); const all = createElement('div', ['all-participations'], null, section);
const btn = createButton({label:buttonLabel});
const btn = createButton({label:buttonLabel,
iconPosition: 'icon-right',
icon: 'pfeil-simple-rechts'});
all.appendChild(btn); all.appendChild(btn);
} }




Chargement…
Annuler
Enregistrer