new-collections #3

Merged
esteban merged 3 commits from new-collections into main 2026-06-04 02:15:11 +00:00
1 changed files with 7 additions and 7 deletions
Showing only changes of commit ecdf8430d6 - Show all commits

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`,