diff --git a/src/app/chat/[id]/page.tsx b/src/app/chat/[id]/page.tsx
index 39860903..f1b2a8bf 100644
--- a/src/app/chat/[id]/page.tsx
+++ b/src/app/chat/[id]/page.tsx
@@ -178,61 +178,70 @@ function ChatRoomPage() {
};
return (
-
-
-
-
-
-
}
- onClick={handleGoBack}
- className="bg-gray-light-02"
- />
-
채팅
-
-
-
-
}
- onClick={() => {}}
- className="bg-gray-light-02"
- />
+
+
+
+
+
+
+
}
+ onClick={handleGoBack}
+ className="bg-gray-light-02"
+ />
+
채팅
+
+
+
+ }
+ onClick={() => {}}
+ className="bg-gray-light-02"
+ />
+
+
router.push(`/bookclub/${chatId}`),
+ }}
+ />
- router.push(`/bookclub/${chatId}`),
- }}
+
+
+
+ {}}
/>
-
-
- {}}
- />
-
-
-
-
}
- aria-label="메시지 전송"
- className="h-[52px] w-[52px] bg-green-light-01"
- onClick={handleSubmit}
- />
+
+
);