From 85a100ce8769f5736326222a19586919d10c2a8a Mon Sep 17 00:00:00 2001 From: imnyang Date: Sun, 17 Aug 2025 00:26:24 +0900 Subject: [PATCH] Fix description for EPC/broadcast project in Projects component --- src/components/Projects.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx index 915f70a..d69bce8 100644 --- a/src/components/Projects.tsx +++ b/src/components/Projects.tsx @@ -4,7 +4,7 @@ const projects = [ { name: "EPC/broadcast", url: "https://www.youtube.com/playlist?list=PLZeYZotn5_IOJDek6e35NKzUtJm09yxZD", - description: "Effect Playing Contest 2025의 방송화면 기능 전체를 맡았습니다.", + description: "Effect Playing Contest 2025의 방송화면 기능 부분을 맡았습니다.", techStack: ["Bun", "TypeScript", "React"] }, {