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' }}