Changed HelpSlideover

This commit is contained in:
2025-02-05 22:16:19 +01:00
parent 15e480d26d
commit c109344b07
2 changed files with 8 additions and 3 deletions

View File

@@ -24,11 +24,16 @@ const links = [{
to: 'https://fedeo.de',
target: '_blank'
}, {
label: 'Versionshistorie',
icon: 'i-heroicons-rocket-launch',
to: 'https://fedeo.de/changelog',
target: '_blank'
},/* {
label: 'Roadmap',
icon: 'i-heroicons-rocket-launch',
to: 'https://fedeo.de/roadmap',
target: '_blank'
}, {
},*/ {
label: 'Doku',
icon: 'i-heroicons-book-open',
to: 'https://fedeo.de/docs',
@@ -141,7 +146,7 @@ const resetContactRequest = () => {
@click="shortcuts = false"
/>
{{ shortcuts ? 'Shortcuts' : 'Hilfe & Support' }}
{{ shortcuts ? 'Shortcuts' : 'Hilfe & Information' }}
</template>
<div v-if="shortcuts" class="space-y-6">

View File

@@ -102,7 +102,7 @@ const footerLinks = [/*{
icon: 'i-heroicons-plus',
to: '/settings/members'
}, */{
label: 'Hilfe & Support',
label: 'Hilfe & Info',
icon: 'i-heroicons-question-mark-circle',
click: () => isHelpSlideoverOpen.value = true
}]