Fix tour index in index.vue home

This commit is contained in:
Esteban Paz 2026-06-03 19:59:28 -05:00
parent 5738c8d949
commit ecdf8430d6
1 changed files with 7 additions and 7 deletions

View File

@ -9,13 +9,13 @@ const t = $i18n.t
const release = releases[0]
const links = ref<ButtonProps[]>([
// {
// label: t('nav.tour'),
// icon: 'ph-student',
// color: 'error',
// class: 'hidden sm:flex',
// onClick: () => nuxtApp.callHook('tour',11)
// },
{
label: t('nav.tour'),
icon: 'ph-student',
color: 'error',
class: 'hidden sm:flex',
onClick: () => nuxtApp.callHook('tour',0)
},
{
label: t('nav.bible_studies'),
to: `/${$i18n.locale.value}/estudios-biblicos`,