This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
ihk24
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix
bugfix/microsites
Florian Eisenmenger
2 years ago
parent
1c6a3d8d04
commit
07e47a6fa0
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
gfi-ihk-2024/stories/components/event-teaser-large/EventTeaserLargeComponent.js
+ 2
- 1
gfi-ihk-2024/stories/components/event-teaser-large/EventTeaserLargeComponent.js
View File
@@ -34,10 +34,11 @@ export const createEventTeaserLarge = ({
}
if (moreCta) {
detailBox.appendChild(createButton({
elementType: 'span',
label: moreCta.label,
link: event.link,
color: 'primary',
size: 'small',
preventClick: false
}))
}
if (event.bgimage && event.bgimage .length > 0) {
Write
Preview
Loading…
Cancel
Save