fix: hide school badge on initial confirmation page

This commit is contained in:
EETagent 2023-01-15 23:59:25 +01:00
parent ba69562bf9
commit 707f761abc

View file

@ -386,9 +386,12 @@
<SvelteToast />
<div class="form relative">
<div class="bottom-3/12 absolute flex w-full flex-col md:h-auto">
<div class="<md:h-24 <md:w-24 mb-4 h-32 w-32 self-center">
<SchoolBadge />
</div>
<!-- TODO: Find different way how to display SchoolBadge -->
{#if pageIndex > 0}
<div class="<md:h-24 <md:w-24 mb-4 h-32 w-32 self-center">
<SchoolBadge />
</div>
{/if}
<form on:submit={handleSubmit} id="triggerForm" class="invisible hidden" />
{#if pageIndex === 0}
<form on:submit={handleSubmit}>