From 9af59fe23a4d622eb8b3596ded75650dafa1c7b3 Mon Sep 17 00:00:00 2001 From: Jincheol Park <67998022+Clearsu@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:41:32 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20=EC=A0=90=EC=88=98=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=20=EB=AA=A8=EB=8B=AC=20=ED=81=B4=EB=A6=AD=20=EC=95=88=20?= =?UTF-8?q?=EB=90=A8=20#1190=20(#1191)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [Fix] div 복원 #1190 * [Fix] fallback이미지 추가 #1190 --- components/modal/statChange/StatChangeModal.tsx | 4 ++-- components/tournament/TournamentMatch.tsx | 6 +++++- 2 files changed, 7 insertions(+), 3 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 ( - <> +
화면을 클릭해주세요!
- + ); } 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}