Fixed both issues
This commit is contained in:
@@ -70,7 +70,7 @@ export function AppHeader({ breadcrumbs = [] }: Props) {
|
||||
icon: LayoutGrid,
|
||||
},
|
||||
{
|
||||
title: 'Contact',
|
||||
title: 'Contact admin',
|
||||
href: supportIndex(),
|
||||
icon: LifeBuoy,
|
||||
},
|
||||
|
||||
@@ -32,7 +32,7 @@ export function AppSidebar() {
|
||||
icon: LayoutGrid,
|
||||
},
|
||||
{
|
||||
title: 'Contact',
|
||||
title: 'Contact admin',
|
||||
href: supportIndex(),
|
||||
icon: LifeBuoy,
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user