From 6251798dff2a840fda8b76762d79011aa699480a Mon Sep 17 00:00:00 2001
From: Kamile Liucija Vainiute <kamile@igem.org>
Date: Wed, 22 May 2024 08:44:50 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 src/components/Inspirations/index.tsx | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/src/components/Inspirations/index.tsx b/src/components/Inspirations/index.tsx
index 1801756..05b9c0a 100644
--- a/src/components/Inspirations/index.tsx
+++ b/src/components/Inspirations/index.tsx
@@ -4,31 +4,7 @@ import React from "react";
 export interface InspirationLink {
   year: number;
   teamName: string;
-  pageName:
-    | string
-    | "Team"
-    | "Attributions"
-    | "Contribution"
-    | "Description"
-    | "Engineering"
-    | "Experiments"
-    | "Notebook"
-    | "Results"
-    | "Safety"
-    | "Human Practices"
-    | "Education"
-    | "Entrepreneurship"
-    | "Hardware"
-    | "Inclusivity"
-    | "Measurement"
-    | "Model"
-    | "Plant"
-    | "Software"
-    | "Sustainable"
-    // non-standard URLs
-    | "Team_Member"
-    | "Members"
-    | "Inclusion";
+  pageName: string;
 }
 
 interface InspirationsProps {
-- 
GitLab