|
|
|
@@ -32,7 +32,8 @@ export const createEventTeasersLarge = ({ |
|
|
|
}) |
|
|
|
|
|
|
|
if (count > 3) { |
|
|
|
const all = createElement('div', ['all-participations'], null, section); |
|
|
|
const btnContainer = createElement('div', ['container'], null, section); |
|
|
|
const all = createElement('div', ['all-participations'], null, btnContainer); |
|
|
|
const btn = createButton({label:buttonLabel, |
|
|
|
iconPosition: 'icon-right', |
|
|
|
icon: 'pfeil-simple-rechts'}); |
|
|
|
|