Skip to content

Commit

Permalink
Make sure buttons aren't a form bump 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmenno committed Oct 21, 2024
1 parent 69f0f26 commit 06fe861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion PWA/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ReliefBox",
"version": "0.6.0",
"version": "0.6.1",
"description": "A tool for managing the distribution of relief items during humanitarian emergencies.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion PWA/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- <a class="navbar-item">-->
<img src="images/ReliefBox-horizontal-nobackground.png" width="220" height="30">
<!-- </a>-->
<div class="navbar-item">Alpha 0.6.0</div>
<div class="navbar-item">Alpha 0.6.1</div>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
Expand Down
8 changes: 2 additions & 6 deletions PWA/public/upload_error.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
<div class="box">
<label class="label is-medium">The data that you uploaded is in the wrong format, please use the template.</label>
<br>
<form action="/download_template" method="POST">
<button class="button is-block is-info is-medium is-fullwidth">Download data template</button>
</form>
<a href="/download_template" class="button is-block is-info is-medium is-fullwidth">Download data template</a>
<br>
<form action="/index.html" method="GET">
<button class="button is-block is-info is-medium is-fullwidth">Go back to main menu</button>
</form>
<a href="/index.html" class="button is-block is-info is-medium is-fullwidth">Go back to main menu</a>
</div>
</div>

0 comments on commit 06fe861

Please sign in to comment.