From b5400968a8e056e2c64bc0599e0e222900768e23 Mon Sep 17 00:00:00 2001 From: joyeongchan Date: Tue, 25 Aug 2026 21:17:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20QA=20=EA=B0=80=EC=9D=B4=EB=93=9C?= =?UTF-8?q?=EC=97=90=20=EB=A7=9E=EC=B6=B0=20=EB=AA=A8=EB=8B=AC=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98=20=EC=83=89=C2=B7=EC=82=AC=EC=9D=B4=EC=A6=88?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../[id]/create/_assets/confirm-start-face.svg | 2 +- .../owner-started-dialog/OwnerStartedDialog.tsx | 13 ++++++++----- .../tournament-start-button/ByeWarningDialog.tsx | 7 +++++-- .../tournament-start-button/ConfirmStartDialog.tsx | 7 +++++-- 4 files changed, 19 insertions(+), 10 deletions(-) diff --git a/apps/web/src/app/tournament/[id]/create/_assets/confirm-start-face.svg b/apps/web/src/app/tournament/[id]/create/_assets/confirm-start-face.svg index 9687def4..6c1fe889 100644 --- a/apps/web/src/app/tournament/[id]/create/_assets/confirm-start-face.svg +++ b/apps/web/src/app/tournament/[id]/create/_assets/confirm-start-face.svg @@ -1,5 +1,5 @@ - + diff --git a/apps/web/src/app/tournament/[id]/create/_components/owner-started-dialog/OwnerStartedDialog.tsx b/apps/web/src/app/tournament/[id]/create/_components/owner-started-dialog/OwnerStartedDialog.tsx index c0e092fa..69c22a7a 100644 --- a/apps/web/src/app/tournament/[id]/create/_components/owner-started-dialog/OwnerStartedDialog.tsx +++ b/apps/web/src/app/tournament/[id]/create/_components/owner-started-dialog/OwnerStartedDialog.tsx @@ -28,14 +28,17 @@ function OwnerStartedDialog({ }: OwnerStartedDialogProps) { return ( - - + + -
- +
+ 주최자가 토너먼트를 시작했어요! - + 지금 바로 {itemCount}강 토너먼트를 시작해 보세요.
diff --git a/apps/web/src/app/tournament/[id]/create/_components/tournament-start-button/ByeWarningDialog.tsx b/apps/web/src/app/tournament/[id]/create/_components/tournament-start-button/ByeWarningDialog.tsx index 41d50656..181e0830 100644 --- a/apps/web/src/app/tournament/[id]/create/_components/tournament-start-button/ByeWarningDialog.tsx +++ b/apps/web/src/app/tournament/[id]/create/_components/tournament-start-button/ByeWarningDialog.tsx @@ -22,9 +22,12 @@ function ByeWarningDialog({ }: ByeWarningDialogProps) { return ( - +
- +
diff --git a/apps/web/src/app/tournament/[id]/create/_components/tournament-start-button/ConfirmStartDialog.tsx b/apps/web/src/app/tournament/[id]/create/_components/tournament-start-button/ConfirmStartDialog.tsx index 9b33f6a9..aef6b3d6 100644 --- a/apps/web/src/app/tournament/[id]/create/_components/tournament-start-button/ConfirmStartDialog.tsx +++ b/apps/web/src/app/tournament/[id]/create/_components/tournament-start-button/ConfirmStartDialog.tsx @@ -16,9 +16,12 @@ function ConfirmStartDialog({ open, onOpenChange, onConfirm }: ConfirmStartDialo return ( - +
- +