diff --git a/public/discord.svg b/public/discord.svg new file mode 100644 index 0000000..8b154af --- /dev/null +++ b/public/discord.svg @@ -0,0 +1,3 @@ + + + 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")}