Skip to content

Commit

Permalink
Make sure continue button and home button work
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmenno committed Sep 2, 2024
1 parent 9bb48d7 commit 38a796b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWA/public/entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
</button>
</form>
<br />
<form action="/input" method="GET">
<form action="/continueDistribution" method="GET">
<button class="button is-block is-info is-medium is-fullwidth">
Continue distribution
</button>
</form>
<br />
<form action="/" method="GET">
<form action="/index.html" method="GET">
<button class="button is-block is-info is-medium is-fullwidth">
Go back to main menu
</button>
Expand Down

0 comments on commit 38a796b

Please sign in to comment.