|
|
@@ -34,10 +34,11 @@ export const createEventTeaserLarge = ({ |
|
|
} |
|
|
} |
|
|
if (moreCta) { |
|
|
if (moreCta) { |
|
|
detailBox.appendChild(createButton({ |
|
|
detailBox.appendChild(createButton({ |
|
|
|
|
|
elementType: 'span', |
|
|
label: moreCta.label, |
|
|
label: moreCta.label, |
|
|
link: event.link, |
|
|
|
|
|
color: 'primary', |
|
|
color: 'primary', |
|
|
size: 'small', |
|
|
size: 'small', |
|
|
|
|
|
preventClick: false |
|
|
})) |
|
|
})) |
|
|
} |
|
|
} |
|
|
if (event.bgimage && event.bgimage .length > 0) { |
|
|
if (event.bgimage && event.bgimage .length > 0) { |
|
|
|