extend support banners

This commit is contained in:
Andrea Vos 2023-11-06 20:55:25 +01:00
parent 81085af415
commit 9accacc6a2

View File

@ -26,9 +26,9 @@
</div>
<CalendarBanner link/>
</section>
</template>
<SupportBanners class="mb-4"/>
<SupportBanners class="mb-4"/>
</template>
<section>
<h2>
@ -41,6 +41,8 @@
<CardsBanner/>
<SupportBanners v-if="!$te('home.welcome')" class="mb-4"/>
<CalendarBanner v-if="!$te('home.welcome')" link/>
</section>