From 7b4726924d8ff9bf06bc43d2c2e1ff09dc42248f Mon Sep 17 00:00:00 2001 From: DongHyeonWon Date: Mon, 8 Jul 2024 13:27:49 +0900 Subject: [PATCH] =?UTF-8?q?style=20:=20=ED=94=84=EB=A1=9C=EC=A0=9D?= =?UTF-8?q?=ED=8A=B8=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=ED=81=AC=EA=B8=B0=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/project/components/ProjectCard.tsx | 2 +- src/constants/projects.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/project/components/ProjectCard.tsx b/src/app/project/components/ProjectCard.tsx index 97a6daa..65688e1 100644 --- a/src/app/project/components/ProjectCard.tsx +++ b/src/app/project/components/ProjectCard.tsx @@ -32,7 +32,7 @@ export default function ProjectCard({

{description}

project[] = [ @@ -24,6 +25,13 @@ const PROJECTS: Partial[] = [ link: "https://tataro.net/", image: TataroImage, }, + { + title: "블로그", + description: "nextjs로 만든 개발 블로그", + link: "https://www.hellol.site/", + github: "https://github.com/Hellol77/blog", + image: MainImage, + }, ]; export default PROJECTS;