From db08d68df0e90d805eb374336ae439ef3762595c Mon Sep 17 00:00:00 2001 From: Dubabbi Date: Sun, 7 Sep 2025 20:51:11 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EB=A7=A4=EC=B9=AD=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20=ED=99=94=EB=A9=B4=EC=97=90=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=EC=9E=90=20=ED=91=9C=EC=8B=9C=20=EC=B6=94=EA=B0=80=20(#334)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/match/create/components/group-match-card-section.tsx | 2 +- src/pages/match/create/components/single-match-card-section.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/match/create/components/group-match-card-section.tsx b/src/pages/match/create/components/group-match-card-section.tsx index 31170b44..47411d76 100644 --- a/src/pages/match/create/components/group-match-card-section.tsx +++ b/src/pages/match/create/components/group-match-card-section.tsx @@ -35,7 +35,7 @@ const GroupMatchCard = ({ matchId }: GroupMatchCardProps) => { return (
- +
); }; diff --git a/src/pages/match/create/components/single-match-card-section.tsx b/src/pages/match/create/components/single-match-card-section.tsx index 23b0936f..317e10eb 100644 --- a/src/pages/match/create/components/single-match-card-section.tsx +++ b/src/pages/match/create/components/single-match-card-section.tsx @@ -37,7 +37,7 @@ const SingleMatchCard = ({ matchId }: SingleMatchCardProps) => { return (
- +
); };