Skip to content

Commit 84c05a2

Browse files
committed
fix: update nav links
1 parent a4e7dbe commit 84c05a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

typescript-version/src/layouts/components/NavItems.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import VerticalNavLink from '@layouts/components/VerticalNavLink.vue'
2323
<VerticalNavLink
2424
:item="{
2525
title: 'CRM',
26-
href: 'https://demos.themeselection.com/master-vuetify-vuejs-admin-template/dashboards/crm',
26+
href: 'https://demos.themeselection.com/master-vuetify-vuejs-admin-template/demo-1/dashboards/crm',
2727
target: '_blank',
2828
badgeContent: 'PRO',
2929
badgeClass: 'bg-light-primary text-primary',
@@ -32,7 +32,7 @@ import VerticalNavLink from '@layouts/components/VerticalNavLink.vue'
3232
<VerticalNavLink
3333
:item="{
3434
title: 'ECommerce',
35-
href: 'https://demos.themeselection.com/master-vuetify-vuejs-admin-template/dashboards/ecommerce',
35+
href: 'https://demos.themeselection.com/master-vuetify-vuejs-admin-template/demo-1/dashboards/ecommerce',
3636
target: '_blank',
3737
badgeContent: 'PRO',
3838
badgeClass: 'bg-light-primary text-primary',
@@ -41,7 +41,7 @@ import VerticalNavLink from '@layouts/components/VerticalNavLink.vue'
4141
<VerticalNavLink
4242
:item="{
4343
title: 'Academy',
44-
href: 'https://demos.themeselection.com/master-vuetify-vuejs-admin-template/dashboards/academy',
44+
href: 'https://demos.themeselection.com/master-vuetify-vuejs-admin-template/demo-1/dashboards/academy',
4545
target: '_blank',
4646
badgeContent: 'PRO',
4747
badgeClass: 'bg-light-primary text-primary',
@@ -50,7 +50,7 @@ import VerticalNavLink from '@layouts/components/VerticalNavLink.vue'
5050
<VerticalNavLink
5151
:item="{
5252
title: 'Logistics',
53-
href: 'https://demos.themeselection.com/master-vuetify-vuejs-admin-template/dashboards/logistics',
53+
href: 'https://demos.themeselection.com/master-vuetify-vuejs-admin-template/demo-1/dashboards/logistics',
5454
target: '_blank',
5555
badgeContent: 'PRO',
5656
badgeClass: 'bg-light-primary text-primary',

0 commit comments

Comments
 (0)