diff options
Diffstat (limited to 'client/partials/menu.html')
| -rw-r--r-- | client/partials/menu.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/client/partials/menu.html b/client/partials/menu.html index 04f4f68..cb3cb6a 100644 --- a/client/partials/menu.html +++ b/client/partials/menu.html @@ -1,7 +1,4 @@ <div class="list-group"> - <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> + <button type="button" class="list-group-item">Home</button> + <button type="button" class="list-group-item">Network</button> </div>
\ No newline at end of file |
