diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 05b17a01..910e337e 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -3,6 +3,7 @@ import { useTranslation } from "react-i18next"; import { Icon, Icons } from "@/components/Icon"; import { BrandPill } from "@/components/layout/BrandPill"; import { WideContainer } from "@/components/layout/WideContainer"; +import { conf } from "@/setup/config"; function FooterLink(props: { href: string; @@ -50,10 +51,10 @@ export function Footer() {

{t("footer.legal.disclaimerText")}

- + {t("footer.links.github")} - + {t("footer.links.discord")}
diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index 531b5dfb..19e35870 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -24,7 +24,7 @@ export function Navigation(props: NavigationProps) {