From cf743f38ce77c9439c2e81ad86deb58d2bb88d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Fri, 25 Jul 2025 12:19:13 +0900 Subject: [PATCH] Update TimeLine.tsx --- src/components/TimeLine.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TimeLine.tsx b/src/components/TimeLine.tsx index f2513d6..87b2c96 100644 --- a/src/components/TimeLine.tsx +++ b/src/components/TimeLine.tsx @@ -5,9 +5,9 @@ import { useEffect, useState, useRef } from "react"; const events = [ { - date: "2025-07-23", + date: "2025-07-26", description: - "선린인터넷고 여름방학 중학생 특별교육 (프로그래밍)", + "선린인터넷고 여름방학 중학생 특별교육 이수 예정 (프로그래밍)", category: "Education", link: "https://sunrint.sen.hs.kr/" },