summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
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>