forked from MapComplete/MapComplete
UX: actually show 'finish' and hide 'back'-button on the first slide
This commit is contained in:
parent
d9b8d7613b
commit
09e511ca10
2 changed files with 5 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue