diff --git a/src/components/Inspirations/index.tsx b/src/components/Inspirations/index.tsx index 1801756416b01a3426b31f4b89853fd7c707f6e2..05b9c0af997bf55fdbc05596db113ceb7b4f9be8 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 {