Update Project.tsx

This commit is contained in:
암냥 2025-03-10 16:32:39 +09:00 committed by GitHub
commit 11408e3a80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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() {
</div>
</div>
);
}
}