From f5553ff50572beab235dbc262f9ac4a229734abf Mon Sep 17 00:00:00 2001 From: Patrick Sun Date: Wed, 4 Nov 2020 16:24:42 +1100 Subject: [PATCH] bugFix: relative url for destination. --- src/app/main-menu-items.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/main-menu-items.ts b/src/app/main-menu-items.ts index 73f48b3..1dd7186 100644 --- a/src/app/main-menu-items.ts +++ b/src/app/main-menu-items.ts @@ -7,9 +7,9 @@ export const mainMenuItems: any[] = [ text: 'SFM', icon: 'more-vertical', items: [ - { text: 'Summary', icon: 'calculator', url: '/#/dashboard'}, + { text: 'Summary', icon: 'calculator', url: './#dashboard'}, { text: '--', separator: "true" }, - { text: 'Logout', icon: 'logout', url: '/#/login'}] + { text: 'Logout', icon: 'logout', url: './#login'}] }, { text: 'Loans',