diff --git a/src/components/common/button/url/index.tsx b/src/components/common/button/url/index.tsx index 09ec52e..93674bb 100644 --- a/src/components/common/button/url/index.tsx +++ b/src/components/common/button/url/index.tsx @@ -46,7 +46,7 @@ const UrlButton = ({ pathname, teamname }: UrlProps) => { }; return ( -
+
handleCopyClipBoard(`${baseURL}/participant/${id.groupId}`)}> diff --git a/src/components/participate/Participant.tsx b/src/components/participate/Participant.tsx index 2ae5fe5..069ab9d 100644 --- a/src/components/participate/Participant.tsx +++ b/src/components/participate/Participant.tsx @@ -141,7 +141,7 @@ const Participate = ({ id }: any) => { 내 정보 추가하기
) : ( -
+
diff --git a/src/components/participate/ParticipationList.tsx b/src/components/participate/ParticipationList.tsx index 954e3db..be88dce 100644 --- a/src/components/participate/ParticipationList.tsx +++ b/src/components/participate/ParticipationList.tsx @@ -70,7 +70,7 @@ const ParticipationList = ({ data, mode = false, setMode = () => {} }: Participa data.participantsByRegion.map((item: ParticipantsByRegionProps, index: number) => (
-
+
{item.regionName}
diff --git a/tailwind.config.ts b/tailwind.config.ts index 4ea6adf..132140f 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -47,7 +47,7 @@ const config: Config = { card_shadow: '0px 19px 64px 8px rgba(0, 0, 0, 0.04)', }, screens: { - desktop: '360px', + desktop: '585px', }, }, },