Last minute fixes

This commit is contained in:
2025-10-01 00:31:31 +02:00
parent 66f1f5f336
commit 146e48d42d
10 changed files with 34 additions and 111 deletions
-10
View File
@@ -35,16 +35,6 @@ 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>