Skip to content

Commit

Permalink
add v1 back button
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 21, 2024
1 parent 9357094 commit 2ecf46e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/routes/(app)/register/views/Final.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
}
}
function back(){
pageView.set(1);
}
</script>

<style>
Expand Down Expand Up @@ -157,10 +162,11 @@
<div class="box-header">Confirm Locker Selection</div>
<div class="small-text">Your locker is assigned randomly</div>
<div class="selection-div">

</div>

<button class="submit" on:click={next}>{buttonMessage}</button>
<button class="submit" on:click={back}>Go back to locker selection</button>
</div>
</div>
</div>

0 comments on commit 2ecf46e

Please sign in to comment.