Changed HelpSlideover
This commit is contained in:
@@ -24,11 +24,16 @@ const links = [{
|
|||||||
to: 'https://fedeo.de',
|
to: 'https://fedeo.de',
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
}, {
|
}, {
|
||||||
|
label: 'Versionshistorie',
|
||||||
|
icon: 'i-heroicons-rocket-launch',
|
||||||
|
to: 'https://fedeo.de/changelog',
|
||||||
|
target: '_blank'
|
||||||
|
},/* {
|
||||||
label: 'Roadmap',
|
label: 'Roadmap',
|
||||||
icon: 'i-heroicons-rocket-launch',
|
icon: 'i-heroicons-rocket-launch',
|
||||||
to: 'https://fedeo.de/roadmap',
|
to: 'https://fedeo.de/roadmap',
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
}, {
|
},*/ {
|
||||||
label: 'Doku',
|
label: 'Doku',
|
||||||
icon: 'i-heroicons-book-open',
|
icon: 'i-heroicons-book-open',
|
||||||
to: 'https://fedeo.de/docs',
|
to: 'https://fedeo.de/docs',
|
||||||
@@ -141,7 +146,7 @@ const resetContactRequest = () => {
|
|||||||
@click="shortcuts = false"
|
@click="shortcuts = false"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{{ shortcuts ? 'Shortcuts' : 'Hilfe & Support' }}
|
{{ shortcuts ? 'Shortcuts' : 'Hilfe & Information' }}
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<div v-if="shortcuts" class="space-y-6">
|
<div v-if="shortcuts" class="space-y-6">
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ const footerLinks = [/*{
|
|||||||
icon: 'i-heroicons-plus',
|
icon: 'i-heroicons-plus',
|
||||||
to: '/settings/members'
|
to: '/settings/members'
|
||||||
}, */{
|
}, */{
|
||||||
label: 'Hilfe & Support',
|
label: 'Hilfe & Info',
|
||||||
icon: 'i-heroicons-question-mark-circle',
|
icon: 'i-heroicons-question-mark-circle',
|
||||||
click: () => isHelpSlideoverOpen.value = true
|
click: () => isHelpSlideoverOpen.value = true
|
||||||
}]
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user