Skip to content

Commit c417db7

Browse files
authored
Merge pull request #240 from modern-agile-team/bugfix/chatting_Fix/#199
배포 전 문구 정리
2 parents bdd3bc9 + f7cc436 commit c417db7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/molecules/chat-space-elements/chat-space-body/ChatSpaceBody.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ const ChatSpaceBody = (props: {
7878
if (!isRoomSelected) {
7979
return (
8080
<S.EmptyContainer>
81-
채팅 시작을 위해 채팅방을 선택해주세요.
81+
채팅방을 선택해주세요.
8282
<br />
83-
채팅이 안되면 새로고침을 한 번 해주세요.
83+
채팅이 안되면 메인 페이지로 가신 뒤, <br />
84+
다시 채팅페이지로 와주세요.
8485
</S.EmptyContainer>
8586
);
8687
}

src/components/molecules/chat-space-elements/chat-space-body/styled.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ export const EmptyContainer = styled.div`
9696
height: 85vh;
9797
justify-content: center;
9898
align-items: center;
99+
text-align: center;
99100
color: rgb(0, 0, 0);
100101
font-size: 24px;
102+
font-weight: 600;
103+
line-height: 180%;
101104
`;

0 commit comments

Comments
 (0)