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

@@ -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
}]