Fixed both issues

This commit is contained in:
2026-05-18 01:01:25 +03:30
parent d9e49e124c
commit 762110dcec
8 changed files with 12 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ export function AppHeader({ breadcrumbs = [] }: Props) {
icon: LayoutGrid,
},
{
title: 'Contact',
title: 'Contact admin',
href: supportIndex(),
icon: LifeBuoy,
},

View File

@@ -32,7 +32,7 @@ export function AppSidebar() {
icon: LayoutGrid,
},
{
title: 'Contact',
title: 'Contact admin',
href: supportIndex(),
icon: LifeBuoy,
},

View File

@@ -90,7 +90,7 @@ export default function Welcome({
href={supportIndex()}
className="rounded-md px-3 py-2 hover:bg-accent hover:text-accent-foreground"
>
{t('Contact')}
{t('Contact admin')}
</Link>
</>
)}
@@ -108,7 +108,7 @@ export default function Welcome({
<Button asChild variant="outline" size="sm">
<Link href={supportIndex()}>
<LifeBuoy className="size-4" />
{t('Contact')}
{t('Contact admin')}
</Link>
</Button>
</>