summaryrefslogtreecommitdiff
path: root/client/partials/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/partials/nav.html')
-rw-r--r--client/partials/nav.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/client/partials/nav.html b/client/partials/nav.html
index 286fbab..8211f2d 100644
--- a/client/partials/nav.html
+++ b/client/partials/nav.html
@@ -1,9 +1,8 @@
<div class="list-group">
- <a href="#" class="list-group-item active">
- Cras justo odio
- </a>
- <a href="#" class="list-group-item">Dapibus ac facilisis in</a>
- <a href="#" class="list-group-item">Morbi leo risus</a>
- <a href="#" class="list-group-item">Porta ac consectetur ac</a>
- <a href="#" class="list-group-item">Vestibulum at eros</a>
- </div> \ No newline at end of file
+ <button type="button" class="list-group-item">Entry 1</button>
+ <button type="button" class="list-group-item">Entry 2</button>
+ <button type="button" class="list-group-item">Entry 3</button>
+ <button type="button" class="list-group-item">Entry 4</button>
+ <button type="button" class="list-group-item">Entry 5</button>
+
+</div> \ No newline at end of file