mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-07 16:50:13 +00:00
fix: hide school badge on initial confirmation page
This commit is contained in:
parent
ba69562bf9
commit
707f761abc
1 changed files with 6 additions and 3 deletions
|
|
@ -386,9 +386,12 @@
|
||||||
<SvelteToast />
|
<SvelteToast />
|
||||||
<div class="form relative">
|
<div class="form relative">
|
||||||
<div class="bottom-3/12 absolute flex w-full flex-col md:h-auto">
|
<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">
|
<!-- TODO: Find different way how to display SchoolBadge -->
|
||||||
<SchoolBadge />
|
{#if pageIndex > 0}
|
||||||
</div>
|
<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" />
|
<form on:submit={handleSubmit} id="triggerForm" class="invisible hidden" />
|
||||||
{#if pageIndex === 0}
|
{#if pageIndex === 0}
|
||||||
<form on:submit={handleSubmit}>
|
<form on:submit={handleSubmit}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue