fix: sidebar & navbar

This commit is contained in:
Alexandro Uc Santos
2024-05-10 19:59:40 -06:00
parent bde532f6c8
commit 1027f38eb0
6 changed files with 39 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ const router = createRouter({
component: () => import('../views/TermsAndConditionsView.vue')
},
{
path: 'eviso-de-privacidad',
path: 'aviso-de-privacidad',
name: 'notice-privacy',
component: () => import('../views/NoticeOfPrivacyView.vue')
},