summaryrefslogtreecommitdiff
path: root/client/partials/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/partials/menu.html')
-rw-r--r--client/partials/menu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/partials/menu.html b/client/partials/menu.html
index cb3cb6a..dfd5842 100644
--- a/client/partials/menu.html
+++ b/client/partials/menu.html
@@ -1,4 +1,4 @@
<div class="list-group">
- <button type="button" class="list-group-item">Home</button>
- <button type="button" class="list-group-item">Network</button>
+ <a href="#/home" class="list-group-item">Home</a>
+ <a href="#/network" class="list-group-item">Network</a>
</div> \ No newline at end of file