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

design: 번개모임페이지 grid-2로 변경

parent bd36fabc
No related branches found
No related tags found
1 merge request!52fix: 번개모임페이지 데이터 동기화 문제해결
Pipeline #11026 passed
......@@ -239,7 +239,7 @@ const MeetingPage = () => {
현재 조회되는 번개 모임이 없습니다.
</p>
)}
<div className="grid grid-cols-1 gap-6 tablet:grid-cols-2 desktop:grid-cols-3">
<div className="grid grid-cols-1 gap-6 tablet:grid-cols-2">
{meetings.map((meeting) => (
<Card
key={meeting.id}
......@@ -271,7 +271,7 @@ const MeetingPage = () => {
현재 조회되는 나의 번개 모임이 없습니다.
</p>
)}
<div className="grid grid-cols-1 gap-6 tablet:grid-cols-2 desktop:grid-cols-3">
<div className="grid grid-cols-1 gap-6 tablet:grid-cols-2">
{myMeetings.map((meeting) => (
<Card
key={meeting.id}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment