Changed HelpSlideover
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user