diff --git a/app/layout.js b/app/layout.js index 473e1b8..81d0998 100644 --- a/app/layout.js +++ b/app/layout.js @@ -39,7 +39,7 @@ export default function RootLayout({ children }) { {children}
- {/*
diff --git a/components/core/Footer.jsx b/components/core/Footer.jsx index 934da8e..f08c8ed 100644 --- a/components/core/Footer.jsx +++ b/components/core/Footer.jsx @@ -2,12 +2,12 @@ import React from "react"; import clsx from "clsx"; -import { NavLink } from "react-router-dom"; import { useTranslation } from "react-i18next"; import { activeRoutes } from "@/constants/routes"; import { EnvelopeClosedIcon } from "@radix-ui/react-icons"; import Image from "../ui/image"; import Text from "../ui/Text"; +import Link from 'next/link'; export default function Footer(props) { const { t } = useTranslation(); @@ -63,9 +63,9 @@ export default function Footer(props) { : "text-left mb-1 lg:mb-1.5 hover:underline" } > - + {t(route.key)} - + ))}