소스 검색

Button Section Event Teasers Large angepasst

bugfix/microsites
Lukas Zimmer 2 년 전
부모
커밋
f316f2a9bf
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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);
}



불러오는 중...
취소
저장