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 release = releases[0]
|
||||||
|
|
||||||
const links = ref<ButtonProps[]>([
|
const links = ref<ButtonProps[]>([
|
||||||
// {
|
{
|
||||||
// label: t('nav.tour'),
|
label: t('nav.tour'),
|
||||||
// icon: 'ph-student',
|
icon: 'ph-student',
|
||||||
// color: 'error',
|
color: 'error',
|
||||||
// class: 'hidden sm:flex',
|
class: 'hidden sm:flex',
|
||||||
// onClick: () => nuxtApp.callHook('tour',11)
|
onClick: () => nuxtApp.callHook('tour',0)
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
label: t('nav.bible_studies'),
|
label: t('nav.bible_studies'),
|
||||||
to: `/${$i18n.locale.value}/estudios-biblicos`,
|
to: `/${$i18n.locale.value}/estudios-biblicos`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue