From 2d2529128a84810389599bc05bcc4c4fcacfe1b6 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sun, 7 Jul 2024 13:31:12 -0400 Subject: [PATCH] Use Lemmy over forums --- src/components/global/Header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/global/Header.astro b/src/components/global/Header.astro index 0ed9416..b20b48f 100644 --- a/src/components/global/Header.astro +++ b/src/components/global/Header.astro @@ -27,6 +27,6 @@ import { LanguageSelector } from "astro-i18next/components" ru: "Russian" }} /> - {t("HEADER.FEEDBACK")} + {t("HEADER.FEEDBACK")} \ No newline at end of file