summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2021-06-14 01:12:21 +0200
committerMike Vink <mike1994vink@gmail.com>2021-06-14 01:12:21 +0200
commit32e536f4d4018dda71679cc8e0221ce03029d46a (patch)
tree8144585473ebd72ff5e4e523de15ad455a82dda2 /client/index.html
parent22ee6924ca6a59ecf4ca0030daab302f697b3445 (diff)
working
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index 62021bf..73d4027 100644
--- a/client/index.html
+++ b/client/index.html
@@ -47,13 +47,15 @@
<label>Sort on price:</label>
<button class="orderbutton" id="sortprice">
<span class="front">
+ sort
</span>
</button>
</div>
<div class="sorter" id="locationsorter">
<label>Sort on location:</label>
- <button class="orderbutton" id="sortprice">
+ <button class="orderbutton" id="sortlocation">
<span class="front">
+ sort
</span>
</button>
</div>