diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 5fa2f6b..f46439d 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,8 +1,11 @@ -import { Box, Container, Flex, Heading, Link, Section } from "@radix-ui/themes"; -import { useTranslations } from "next-intl"; +import { Box, Flex, Heading, Link } from "@radix-ui/themes"; +import { useLocale, useTranslations } from "next-intl"; export default function Footer() { const f = useTranslations("Footer"); + const t = useTranslations("Header"); + + const locale = useLocale(); return (