From 0b203d838c2491859519880b4bebceca64793f00 Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Sun, 1 Feb 2026 16:26:58 +0100 Subject: [PATCH] added sth for demo distr --- FrontendV2/src/components/Header.tsx | 22 ------ FrontendV2/src/pages/ContactPage.tsx | 77 -------------------- FrontendV2/src/utils/i18n/locales/de/de.json | 2 +- FrontendV2/src/utils/i18n/locales/en/en.json | 2 +- 4 files changed, 2 insertions(+), 101 deletions(-) delete mode 100644 FrontendV2/src/pages/ContactPage.tsx diff --git a/FrontendV2/src/components/Header.tsx b/FrontendV2/src/components/Header.tsx index 537f3ec..46fa90c 100644 --- a/FrontendV2/src/components/Header.tsx +++ b/FrontendV2/src/components/Header.tsx @@ -22,7 +22,6 @@ import { MoreVertical, Languages, Table, - ContactRound, } from "lucide-react"; import { useUserContext } from "@/states/Context"; import { useState } from "react"; @@ -154,16 +153,6 @@ export const Header = () => { } /> - navigate("/contact", { replace: true })} - children={ - - - {t("contact")} - - } - /> { - - -