From a3042523120d28d4df7821b22779838efe10cac7 Mon Sep 17 00:00:00 2001 From: Coalery Date: Sun, 23 Jun 2024 18:26:21 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=85=84=EC=B0=A8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index d9d7686..16cac43 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -4,8 +4,10 @@ import ActivityContainer from "@lery/containers/ActivityContainer"; import ActivityItemContainer from "@lery/containers/ActivityItemContainer"; function WorkSection() { + const years = new Date().getFullYear() - 2022 + 1; + return ( - +