From 966a40a3f722c1957232290fe954419314410bab Mon Sep 17 00:00:00 2001 From: JAEMOON Date: Sun, 1 Oct 2023 22:31:50 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=20RoomList=20Page=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index fc6d8ff..506ba9b 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -184,7 +184,7 @@ function Home() { There are {`${rooms.length} rooms`} in total! {rooms.map((room, idx) => ( - // Nav 영역 맨 마지막 부분 잘리는 문제로 추가 + // Nav 영역 맨 마지막 부분 잘리는 문제로 추가!!
handleCardClick(idx)} />