From f83614df877dfcecdd63fb95b1dd45f224bb6245 Mon Sep 17 00:00:00 2001
From: Philip Mundt <philip.mundt@uni-bielefeld.de>
Date: Thu, 11 Jul 2024 16:17:57 +0200
Subject: [PATCH] Reworked Impressum

---
 src/contents/impressum.tsx | 2 --
 src/pages.ts               | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/contents/impressum.tsx b/src/contents/impressum.tsx
index b80f145f..b333fdf8 100644
--- a/src/contents/impressum.tsx
+++ b/src/contents/impressum.tsx
@@ -13,8 +13,6 @@ export function Impressum() {
       <div className="row">
         <div className="col">
           <p>
-            iGem Bielefeld CeBiTec<br />
-            <br />
             <b>Responsible for the content according to § 5 TMG and according to § 55 Abs. 2 RStV Germany:</b><br />
             Jörn Kalinowski<br />
             Universitätsstraße 25<br />
diff --git a/src/pages.ts b/src/pages.ts
index 8e49a706..b4c3e2ff 100644
--- a/src/pages.ts
+++ b/src/pages.ts
@@ -64,10 +64,10 @@ const Pages: (Page | Folder)[] = [
         },
         {
           name: "Impressum",
-          title: "Impressum",
+          title: undefined,
           path: "/impressum",
           component: Impressum,
-          lead: "",
+          lead: undefined,
           navlist: [""],
         },
       ],
-- 
GitLab