Last minute fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user