feat(fullstack): Add contact form
This commit is contained in:
@@ -55,20 +55,13 @@ const { t: $t } = useI18n()
|
||||
const links = [
|
||||
[
|
||||
{
|
||||
label: $t('common.general'),
|
||||
icon: 'i-lucide-user',
|
||||
to: '/settings',
|
||||
label: $t('contact.title'),
|
||||
icon: 'i-lucide-mail',
|
||||
to: '/contact',
|
||||
exact: true
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
label: $t('common.general'),
|
||||
icon: 'i-lucide-user',
|
||||
to: '/settings',
|
||||
exact: true
|
||||
}
|
||||
]
|
||||
[]
|
||||
]
|
||||
const open = ref(false)
|
||||
const logger = useLogger().withTag('layout')
|
||||
|
||||
Reference in New Issue
Block a user