summary refs log tree commit diff stats
path: root/client/src/components
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2022-02-03 22:19:38 +0530
committerAndinus <andinus@nand.sh>2022-02-03 22:19:38 +0530
commita1f6fe51534f0a9b07d84f4483f3c5de9ca7cdbc (patch)
treeecef78b9b366731168e5971264f76899a530d87d /client/src/components
parent8399b626aac16c648af8bf0d60c40b02f361ce2f (diff)
downloadvela-a1f6fe51534f0a9b07d84f4483f3c5de9ca7cdbc.tar.gz
Make CreateSmiles functional, basic implementation of ManageSmiles
Diffstat (limited to 'client/src/components')
-rw-r--r--client/src/components/Header.vue17
1 files changed, 11 insertions, 6 deletions
diff --git a/client/src/components/Header.vue b/client/src/components/Header.vue
index 8ab29b2..2eedc83 100644
--- a/client/src/components/Header.vue
+++ b/client/src/components/Header.vue
@@ -14,15 +14,20 @@ export default {
         return {
             items: [
                 {
-                    label:'Home',
-                    icon:'pi pi-fw pi-home',
-                    to:'/'
+                    label: 'Home',
+                    icon: 'pi pi-fw pi-home',
+                    to: '/'
                 },
                 {
-                    label:'New Smile',
-                    icon:'pi pi-fw pi-user-plus',
-                    to:'/new'
+                    label: 'Create Smiles',
+                    icon: 'pi pi-fw pi-user-plus',
+                    to: '/create'
                 },
+                {
+                    label: 'huh',
+                    icon: 'pi pi-fw pi-user-plus',
+                    to: '/5a1PNZAMafXGGEFU17xcRX3bx6wyebeK/lNtEBCOd5yLlXT5enRQoh4ai4q3vcg7F'
+                }
             ]
         }
     }