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 ? ( - ) : ( - + )}