From b97c5b88e61a77240c0302eaf9e7bec730613e70 Mon Sep 17 00:00:00 2001 From: Andrew DiZenzo Date: Sat, 13 Jun 2026 09:37:26 -0500 Subject: [PATCH 1/2] Add Discord links to site navigation --- src/components/Footer.tsx | 7 +++++++ src/components/Header.tsx | 28 +++++++++++++++++++++++++++- src/messages/de.json | 1 + src/messages/en.json | 1 + src/messages/es.json | 1 + src/messages/fr.json | 1 + src/messages/id.json | 1 + src/messages/it.json | 1 + src/messages/ja.json | 1 + src/messages/ko.json | 1 + src/messages/pt.json | 1 + src/messages/th.json | 1 + src/messages/tr.json | 1 + src/messages/vi.json | 1 + src/messages/zh-Hans.json | 1 + 15 files changed, 47 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 1437fdd..1562c8e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -2,6 +2,8 @@ import { getTranslations } from "next-intl/server"; import { Link } from "@/i18n/navigation"; import { NewsletterForm } from "@/components/NewsletterForm"; +const DISCORD_URL = "https://discord.gg/chEmpGdTtZ"; + export async function Footer() { const t = await getTranslations("footer"); const nav = await getTranslations("nav"); @@ -88,6 +90,11 @@ export async function Footer() {

{t("community")}