diff --git a/src/components/participate/Participant.tsx b/src/components/participate/Participant.tsx index 069ab9d..3ecdc91 100644 --- a/src/components/participate/Participant.tsx +++ b/src/components/participate/Participant.tsx @@ -141,10 +141,10 @@ const Participate = ({ id }: any) => { 내 정보 추가하기 ) : ( -
+
+ className="cursor-pointer flex w-[320px] desktop:w-[585px] h-[48px] desktop:h-[78px] items-center justify-center bg-main_orange rounded-2xl text-white text-mobile_b3 desktop:text-b1 font-bold"> 내 정보 수정하기
{} }: Participa }, [currentUserEmail, data.participantsByRegion, setPartId]); return ( -
+
{data.name}
{data.date}
@@ -68,7 +68,7 @@ const ParticipationList = ({ data, mode = false, setMode = () => {} }: Participa {/* 참여중인 유저 정보 나열*/} {data.participantsByRegion && data.participantsByRegion.map((item: ParticipantsByRegionProps, index: number) => ( -
+
{item.regionName}