Commit 63b97c7c authored by 우지원's avatar 우지원
Browse files

오픈채팅방

parent dd9aad40
...@@ -127,8 +127,8 @@ function Home() { ...@@ -127,8 +127,8 @@ function Home() {
<h5> 참여인원 : {room.member.length}</h5> <h5> 참여인원 : {room.member.length}</h5>
<h5 className="mb-3"> 방코드(방코드를 통해서도 참여할 있습니다.) : {room.roomId}</h5> <h5 className="mb-3"> 방코드(방코드를 통해서도 참여할 있습니다.) : {room.roomId}</h5>
<Row className='justify-content-center'> <Row className='justify-content-center'>
<Button variant="outline-success" size="sm" className="mr-4" onClick={enterButton}>뒤로가기</Button> <Button variant="outline-warning" size="sm" className="mr-4" onClick={enterButton}>뒤로가기</Button>
<Button variant="outline-success" size="sm" className="ml-4" type='submit' onClick={attendListRoom}>참가</Button> <Button variant="outline-warning" size="sm" className="ml-4" type='submit' onClick={attendListRoom}>참가</Button>
</Row> </Row>
</div> </div>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment