|
|
|
@@ -33,7 +33,9 @@ export const createEventTeasersLarge = ({ |
|
|
|
|
|
|
|
if (count > 3) { |
|
|
|
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); |
|
|
|
} |
|
|
|
|
|
|
|
|