From bbbb986e161289d686732ebbdd2026a079e7a3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Sun, 9 Mar 2025 16:35:13 +0900 Subject: [PATCH] Update Timeline.tsx --- src/components/Home/Timeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Home/Timeline.tsx b/src/components/Home/Timeline.tsx index 782d027..d3a0b46 100644 --- a/src/components/Home/Timeline.tsx +++ b/src/components/Home/Timeline.tsx @@ -30,7 +30,7 @@ const events = [ description: "선린인터넷고 중학생 특별교육 이수", category: "Education", - link: "https://layer7.kr" + link: "https://sunrint.sen.hs.kr/" }, { date: "2024-12-14", @@ -217,4 +217,4 @@ export default function Timeline() { ); -} \ No newline at end of file +}