fix: navbar & footer broken links

This commit is contained in:
Sonny
2024-11-15 18:53:28 +01:00
parent 6005374340
commit 2de2556a20
2 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
import PATHS from '#core/constants/paths';
import { Link } from '@inertiajs/react';
import { route } from '@izzyjs/route/client';
import { Anchor, Group, Text } from '@mantine/core';
import { useTranslation } from 'react-i18next';
@@ -21,7 +20,7 @@ export function MantineFooter() {
const items = links.map((link) => (
<Anchor
c="dimmed"
component={Link}
component={ExternalLink}
key={link.label}
href={link.link}
size="sm"