UX: actually show 'finish' and hide 'back'-button on the first slide

This commit is contained in:
Pieter Vander Vennet 2023-10-26 13:57:42 +02:00
parent d9b8d7613b
commit 09e511ca10
2 changed files with 5 additions and 2 deletions

View file

@ -21,6 +21,8 @@
<BackButton clss="w-full" on:click={() => dispatch("back")}>
Back
</BackButton>
{:else}
<div class="w-full"/>
{/if}
<NextButton clss="primary w-full" on:click={() => dispatch("next")}>
{#if islast}