diff --git a/app/layouts/default.vue b/app/layouts/default.vue index d663dec..85ae94a 100755 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -22,10 +22,9 @@ const { total: histTotal } = storeToRefs(history) const links = computed(() => { return [ { - label: $i18n.t('nav.bible_studies'), + label: t('nav.bible_studies'), icon: 'ph:books', - to: '/actividades', - locale: locale.value, + to: '/estudios-biblicos', onSelect: () => { open.value = false } }, { @@ -34,18 +33,6 @@ const links = computed(() => { to: '/conferencias', onSelect: () => { open.value = false } }, - { - label: t('nav.bible_studies_ts'), - icon: 'ph:books', - to: '/estudios-typensense', - onSelect: () => { open.value = false } - }, - { - label: t('nav.conferences_ts'), - icon: 'ph:books', - to: '/conferencias-typensense', - onSelect: () => { open.value = false } - }, { label: t('nav.between_the_lines'), icon: 'ph:list-magnifying-glass', @@ -78,9 +65,7 @@ const links = computed(() => {