Fix tour index in index.vue home
This commit is contained in:
parent
5738c8d949
commit
ecdf8430d6
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue