diff --git a/src/contents/description.tsx b/src/contents/description.tsx index 668e8bf0f6dec3ed82170b2590c18ea873f8a6d2..cc557cc207858ed536e6ce39de39bc3a8f039505 100644 --- a/src/contents/description.tsx +++ b/src/contents/description.tsx @@ -1,14 +1,7 @@ -import { Inspirations, InspirationLink } from "../components"; + export function Description() { - const links: InspirationLink[] = [ - { year: 2022, teamName: "DTU-Denmark", pageName: "Description" }, - { year: 2019, teamName: "ITESO_Guadalajara", pageName: "Description" }, - { year: 2020, teamName: "Technion-Israel", pageName: "Description" }, - { year: 2020, teamName: "Botchan_Lab_Tokyo", pageName: "Description" }, - { year: 2020, teamName: "St_Andrews", pageName: "Description" }, - { year: 2020, teamName: "MIT", pageName: "Description" }, - ]; + return ( <>