fix: fix links

This commit is contained in:
2025-07-04 12:26:32 +02:00
parent f80bc3e3ba
commit de4518367b
9 changed files with 146 additions and 217 deletions

View File

@ -19,13 +19,15 @@
{{ component.front_section_lang[0].data.title_second }}
</h3>
<div class="flex w-full items-start justify-center sm:justify-end">
<UiButtonArrow :arrow="true"
type="fill"
>
{{
component.front_section_lang[0].data.button
}}
</UiButtonArrow>
<nuxt-link :to="{ name: `id-slug___${$i18n.locale}`, params: { id: menuStore.getRegistrationMenu()?.id, slug: menuStore.getRegistrationMenu()?.front_menu_lang.at(0)?.link_rewrite } }">
<UiButtonArrow :arrow="true"
type="fill"
>
{{
component.front_section_lang[0].data.button
}}
</UiButtonArrow>
</nuxt-link>
</div>
</div>
</div>
@ -52,4 +54,6 @@ defineProps<{
}[]
}
}>()
const menuStore = useMenuStore()
</script>