From c109344b07a86f07555a2651b4c0614430e74ead Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Wed, 5 Feb 2025 22:16:19 +0100 Subject: [PATCH] Changed HelpSlideover --- components/HelpSlideover.vue | 9 +++++++-- layouts/default.vue | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/components/HelpSlideover.vue b/components/HelpSlideover.vue index 1693232..0bd70ab 100644 --- a/components/HelpSlideover.vue +++ b/components/HelpSlideover.vue @@ -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' }}
diff --git a/layouts/default.vue b/layouts/default.vue index 9448b76..7c612a5 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -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 }]