diff --git a/components/layouts/navbar.vue b/components/layouts/navbar.vue
index 0091a02..10d35cd 100644
--- a/components/layouts/navbar.vue
+++ b/components/layouts/navbar.vue
@@ -1,24 +1,35 @@
@@ -30,24 +41,38 @@
height: '40px',
alignSelf: 'center',
justifyContent: 'stretch',
- // width: '100%'
+ width: '100%',
}"
@click="clickFn"
:active-key="cur"
>
+ Home
Bands
Authors
+ Message Board
+
+ Account
+ Edit Profile
+ View Profile
+ Stories
+ Drafts
+ Manage Reviews
+ Private Messages
+
+
+ Admin
+
navigateTo('/login')">
- log in
+ Log In
navigateTo('/register')"
>
- register
+ Register
@@ -55,13 +80,14 @@