Translate invite code and start help page

This commit is contained in:
2025-08-30 17:31:19 +02:00
parent c2c52dbe45
commit e763e3adf0
5 changed files with 195 additions and 57 deletions
+10
View File
@@ -35,6 +35,16 @@ const slugs = computed(() => checkSlug(route.params));
<template #center>
{{ titleStore.title || t('layouts.default_tile') }}</template
>
<template #right>
<VaButton
round
icon="help"
:to="$localePath('/help')"
title="Help"
:preset="$localePath('/help') === route.path ? 'secondary' : ''"
:border-color="$localePath('/help') === route.path ? 'primary' : ''"
/>
</template>
</VaNavbar>
</template>