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 +}