From 83c28ed1e6c7976062ccad54058e698071e4d9ef Mon Sep 17 00:00:00 2001
From: Coalery
Date: Thu, 13 Jun 2024 01:11:56 +0900
Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B9=83=ED=97=88=EB=B8=8C=20=EB=B0=8F?=
=?UTF-8?q?=20=EB=A7=81=ED=81=AC=EB=93=9C=EC=9D=B8=20=EB=A7=81=ED=81=AC=20?=
=?UTF-8?q?=EC=B6=94=EA=B0=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/Header/index.tsx | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/components/Header/index.tsx b/components/Header/index.tsx
index 2f8284d..3da1460 100644
--- a/components/Header/index.tsx
+++ b/components/Header/index.tsx
@@ -1,3 +1,5 @@
+import Link from "next/link";
+
export default function Header() {
return (
@@ -17,6 +19,22 @@ export default function Header() {
최근에는 Nest.js의 동작과 구현을 많이 살펴보고 있습니다.
+
+
+
+ Github
+
+
+ LinkedIn
+
+
+
);
}