From 373d95fb14d43624f40bba27591adac965dd651f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=84=9D=EC=B0=AC=20=EC=9C=A4?= <ysc0731@ajou.ac.kr>
Date: Tue, 10 Dec 2024 01:23:04 +0900
Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8D=94=EB=AF=B8=EB=8D=B0=EC=9D=B4?=
 =?UTF-8?q?=ED=84=B0=20=EC=82=AD=EC=A0=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/Card.jsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/components/Card.jsx b/src/components/Card.jsx
index e35bb53..508dc9b 100644
--- a/src/components/Card.jsx
+++ b/src/components/Card.jsx
@@ -45,8 +45,7 @@ export default function Card({
   });
 
   // 시간 변환
-  // const userName = localStorage.getItem("nickname");
-  const userName = "윤석찬";
+  const userName = localStorage.getItem("nickname");
 
   const startTime = convertIndexToTime(timeIdxStart);
   const endTime = convertIndexToTime(timeIdxEnd);
-- 
GitLab