diff --git a/source/_patterns/01-molecules/calendar/js-calendar.mustache b/source/_patterns/01-molecules/calendar/js-calendar.mustache index 2871bce7c13eb07089fe419bf22be866b458210f..ad52b805bf9531b3ce65d8f18008d99f2c64e35b 100644 --- a/source/_patterns/01-molecules/calendar/js-calendar.mustache +++ b/source/_patterns/01-molecules/calendar/js-calendar.mustache @@ -1,7 +1,11 @@ <div class="__js-root"> <ui-app inline-template> <ui-calendar-dummy-provider v-slot="{ events, onShowMore, hasMore }"> - <ui-calendar-renderer :events="events" :on-show-more="onShowMore" :has-more="hasMore" :name="'Krajský kalendář'"></ui-calendar-renderer> + <div> + <ui-calendar-renderer :events="events" :on-show-more="onShowMore" :has-more="hasMore" :name="'Krajský kalendář'"></ui-calendar-renderer> + <br> + <ui-calendar-renderer :events="events" :on-show-more="onShowMore" :has-more="hasMore" :name="'Krajský kalendář'" :show-banner="false"></ui-calendar-renderer> + </div> </ui-calendar-dummy-provider> </ui-app> </div>