From 6874dfe9b9460348eb2444001c967c5c077862a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Fri, 31 Oct 2025 00:42:14 +0900 Subject: [PATCH] Update Projects.tsx --- src/components/Projects.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx index f31cfc4..2bc70a0 100644 --- a/src/components/Projects.tsx +++ b/src/components/Projects.tsx @@ -6,7 +6,7 @@ import { SquareArrowOutUpRight } from 'lucide-react'; const projects = [ { name: 'EPC 2025 Broadcast Manager', - url: 'https://github.com/NY0510/slunchv2', + url: 'https://www.youtube.com/@adofaigg', desc: '얼불춤 끼얏호우', detail: '달성이 주관하고 ADOFAI.gg가 공동 주최하는 Effect Playing Contest 2025 방송 화면의 대부분의 기능을 개발하였습니다.', tags: ['React', 'ElysiaJS'], @@ -52,4 +52,4 @@ export default function Projects() { ); -} \ No newline at end of file +}