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 ( - +
- +