From 11408e3a8040c06fa2ac5673aa76dacbdf403f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Mon, 10 Mar 2025 16:32:39 +0900 Subject: [PATCH] Update Project.tsx --- src/components/Home/Project.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Home/Project.tsx b/src/components/Home/Project.tsx index e4b40bb..f8a727e 100644 --- a/src/components/Home/Project.tsx +++ b/src/components/Home/Project.tsx @@ -7,9 +7,9 @@ const projects = [ link: "https://www.instagram.com/today.isangjeong/" }, { - name: "๐Ÿงน al-1s (๊ฐœ๋ฐœ์ค‘)", - description: "Hyper-V ์›น์—์„œ๋„ ์‰ฝ๊ฒŒ ๊ด€๋ฆฌํ•˜๊ธฐ", - link: "/#project" + name: "๐Ÿ’• Two Hearts", + description: "Chrome ์ƒˆํƒญ์„ ๋” ์ข‹๊ฒŒ (์‚ฌ์‹ค Edge์—์„œ ์“ฐ๋ ค๊ณ  ๋งŒ๋“ฆ)", + link: "https://github.com/imnyang/two_hearts" }, { name: "๐Ÿฉท Dynamic Kawaii", @@ -36,4 +36,4 @@ export default function Project() { ); -} \ No newline at end of file +}