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