From 4c66fd63a919b291099e02869d85dcecb32731f7 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Thu, 4 Jul 2024 18:01:34 +0200 Subject: [PATCH] impressum --- src/components/Footer.tsx | 2 +- src/pages.ts | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index fd0a926d..e0ba56ea 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -12,7 +12,7 @@ export function Footer() { <div className="container"> <div className="col zweirem"> <span className="left"> - <a href="../impressum" className="middle">Impressum</a> + <a href="../bielefeld-cebitec/impressum" className="middle">Impressum</a> </span> <span className="right"> <a href="https://www.linkedin.com/in/igem-bielefeld-cebitec"> diff --git a/src/pages.ts b/src/pages.ts index ebfb77b4..d154b73a 100644 --- a/src/pages.ts +++ b/src/pages.ts @@ -12,8 +12,7 @@ Safety, Team, /* Sustainable, */ - Wiki, - Impressum + Wiki } from "./contents"; interface Base { @@ -62,14 +61,6 @@ const Pages: (Page | Folder)[] = [ lead: "In the iGEM Competition, we celebrate student effort and achievement. The Attributions form helps the judges differentiate between what students accomplished from how their external collaborators supported them. Therefore, teams must clearly explain on the standard Project Attributions form what work they have conducted by themselves and what has been done by others.", navlist: [""], }, - { - name: "Impressum", - title: "Impressum", - path: "/impressum", - component: Impressum, - lead: "In the iGEM Competition, we celebrate student effort and achievement. The Attributions form helps the judges differentiate between what students accomplished from how their external collaborators supported them. Therefore, teams must clearly explain on the standard Project Attributions form what work they have conducted by themselves and what has been done by others.", - navlist: [""], - }, ], }, { -- GitLab