diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 52e2196..9ec594e 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -1,5 +1,6 @@ import Link from "next/link"; import type { Locale } from "@/i18n/config"; +import { getDictionary } from "@/i18n/dictionaries"; import Logo from "./Logo"; const REPO = "https://github.com/DataDave-Dev/weftmap"; @@ -62,6 +63,7 @@ export default function Footer({ resources, footerNote, }: Props) { + const t = getDictionary(lang); return (