From c643dd1268f0a402f928d7950a4dafa68ecfaf26 Mon Sep 17 00:00:00 2001 From: zjrwtx <3038880699@qq.com> Date: Fri, 21 Jun 2024 01:21:09 +0800 Subject: [PATCH] all --- src/contents/description.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/contents/description.tsx b/src/contents/description.tsx index 668e8bf..cc557cc 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 ( <> -- GitLab