diff --git a/apps/web/src/app/tournament/[id]/create/_components/TournamentCreateClient.tsx b/apps/web/src/app/tournament/[id]/create/_components/TournamentCreateClient.tsx index d19172c86..cf16b25b7 100644 --- a/apps/web/src/app/tournament/[id]/create/_components/TournamentCreateClient.tsx +++ b/apps/web/src/app/tournament/[id]/create/_components/TournamentCreateClient.tsx @@ -191,10 +191,10 @@ function TournamentCreateClient({ tournamentId }: TournamentCreateClientProps) { }; return ( -
+
-
+
-
+
setIsWelcomeOpen(false)} /> )} -
+
); } diff --git a/apps/web/src/app/tournament/[id]/create/_components/product-image/productImage.const.ts b/apps/web/src/app/tournament/[id]/create/_components/product-image/productImage.const.ts index 95edd978e..350431ce1 100644 --- a/apps/web/src/app/tournament/[id]/create/_components/product-image/productImage.const.ts +++ b/apps/web/src/app/tournament/[id]/create/_components/product-image/productImage.const.ts @@ -12,6 +12,6 @@ export const SIZE_STYLE: Record< sm: { dimension: 68, radius: 'rounded-[16px]', - decoration: 'border-[1.85px] border-white shadow-[0_0_8px_rgba(0,0,0,0.16)]', + decoration: 'border-[2px] border-white shadow-[0_0_8px_rgba(0,0,0,0.16)]', }, }; diff --git a/apps/web/src/app/tournament/[id]/create/_components/tournament-header/TournamentGuidePopover.tsx b/apps/web/src/app/tournament/[id]/create/_components/tournament-header/TournamentGuidePopover.tsx index b055ef1f3..0bc81bbbf 100644 --- a/apps/web/src/app/tournament/[id]/create/_components/tournament-header/TournamentGuidePopover.tsx +++ b/apps/web/src/app/tournament/[id]/create/_components/tournament-header/TournamentGuidePopover.tsx @@ -23,8 +23,8 @@ function TournamentGuidePopover() { diff --git a/apps/web/src/app/tournament/[id]/create/_components/tournament-item-basket-status/TournamentItemBasketStatus.tsx b/apps/web/src/app/tournament/[id]/create/_components/tournament-item-basket-status/TournamentItemBasketStatus.tsx index f27e7007a..cf32545c2 100644 --- a/apps/web/src/app/tournament/[id]/create/_components/tournament-item-basket-status/TournamentItemBasketStatus.tsx +++ b/apps/web/src/app/tournament/[id]/create/_components/tournament-item-basket-status/TournamentItemBasketStatus.tsx @@ -10,7 +10,7 @@ function TournamentItemBasketStatus({ isProcessing, count }: TournamentItemBaske if (isProcessing) return '담는 중...'; if (count === 0) return '후보를 장바구니에 담아보세요'; if (count < 2) return '최소 2개 이상 담아주세요'; - return `${count}/32`; + return `${count}/32개`; })(); const isBlue = count < 2; @@ -19,7 +19,7 @@ function TournamentItemBasketStatus({ isProcessing, count }: TournamentItemBaske
void; -}; - -function CarouselIndicator({ totalCount, currentIndex, onSelect }: CarouselIndicatorProps) { - return ( -
- {Array.from({ length: totalCount }, (_, i) => ( -
- ); -} - -export default CarouselIndicator; diff --git a/apps/web/src/app/tournament/[id]/create/_components/tournament-item-basket/TournamentItemBasket.tsx b/apps/web/src/app/tournament/[id]/create/_components/tournament-item-basket/TournamentItemBasket.tsx index c4690aa85..372d264be 100644 --- a/apps/web/src/app/tournament/[id]/create/_components/tournament-item-basket/TournamentItemBasket.tsx +++ b/apps/web/src/app/tournament/[id]/create/_components/tournament-item-basket/TournamentItemBasket.tsx @@ -52,7 +52,7 @@ function TournamentItemBasket({