From 2de2556a20384c62ae065ae269868e9a5a1be2bd Mon Sep 17 00:00:00 2001 From: Sonny Date: Fri, 15 Nov 2024 18:53:28 +0100 Subject: [PATCH] fix: navbar & footer broken links --- inertia/components/footer/footer.tsx | 3 +-- inertia/components/navbar/navbar.tsx | 11 +++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/inertia/components/footer/footer.tsx b/inertia/components/footer/footer.tsx index 26cc8a3..ce302e6 100644 --- a/inertia/components/footer/footer.tsx +++ b/inertia/components/footer/footer.tsx @@ -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) => (
- MyLinks's logo + + MyLinks's logo + @@ -102,11 +103,13 @@ export default function Navbar() { {!isAuthenticated ? ( - ) : ( - + )}