From 2e1d58e5f93bbc54a0708c87e31089f45f3b3881 Mon Sep 17 00:00:00 2001 From: Clearsu Date: Thu, 21 Dec 2023 15:30:13 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[Fix]=20div=20=EB=B3=B5=EC=9B=90=20#1190?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/modal/statChange/StatChangeModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/modal/statChange/StatChangeModal.tsx b/components/modal/statChange/StatChangeModal.tsx index 7b59ef7b4..acfa9d7a2 100644 --- a/components/modal/statChange/StatChangeModal.tsx +++ b/components/modal/statChange/StatChangeModal.tsx @@ -53,7 +53,7 @@ export default function StatChangeModal({ gameId, mode }: Exp) { }; return ( - <> +
화면을 클릭해주세요!
- + ); } From fff66a74dc54743c1707c484635bac160e2c22db Mon Sep 17 00:00:00 2001 From: Clearsu Date: Thu, 21 Dec 2023 15:39:10 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[Fix]=20fallback=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20#1190?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tournament/TournamentMatch.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/tournament/TournamentMatch.tsx b/components/tournament/TournamentMatch.tsx index 98d579b5f..98824378c 100644 --- a/components/tournament/TournamentMatch.tsx +++ b/components/tournament/TournamentMatch.tsx @@ -40,7 +40,11 @@ function TournamentMatchParty({ position: relative 혹은 absolute 가 적용되어있어야 하는데, 그럴 경우 브라켓에서 이미지가 벗어나는 문제가 있으므로 임시 방편으로 img 태그를 사용합니다. */}
- player + player
{party.name || teamNameFallback}