Skip to content
Snippets Groups Projects
Commit 2555f9b8 authored by 석찬 윤's avatar 석찬 윤
Browse files

design: 마이페이지 채팅 container UI 변경

parent 91202138
Branches
No related tags found
1 merge request!40design: 마이페이지 채팅 container UI 변경
Pipeline #10983 passed
...@@ -227,7 +227,7 @@ const MyPage = () => { ...@@ -227,7 +227,7 @@ const MyPage = () => {
{meetings.length === 0 && !isLoading && ( {meetings.length === 0 && !isLoading && (
<p className="text-center">참여 중인 채팅방이 없습니다.</p> <p className="text-center">참여 중인 채팅방이 없습니다.</p>
)} )}
<div className="grid grid-cols-1 gap-4 tablet:grid-cols-2 desktop:grid-cols-3"> <div className="w-full">
<ChattingList /> <ChattingList />
</div> </div>
{isLoading && <p className="text-center">로딩 중...</p>} {isLoading && <p className="text-center">로딩 중...</p>}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment