From a1f6fe51534f0a9b07d84f4483f3c5de9ca7cdbc Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 3 Feb 2022 22:19:38 +0530 Subject: Make CreateSmiles functional, basic implementation of ManageSmiles --- client/src/components/Header.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'client/src/components') 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' + } ] } } -- cgit 1.4.1-2-gfad0