mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +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 />
|
||||
<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}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue