diff --git a/frontend/src/components/Arena.tsx b/frontend/src/components/Arena.tsx index 96ac95f..201adf5 100644 --- a/frontend/src/components/Arena.tsx +++ b/frontend/src/components/Arena.tsx @@ -569,7 +569,8 @@ export default function Arena({ {/* ===== 누적 랭킹 TOP 10 (골드 카드 위 · 폴딩) — 현재 리그 기준 집계 ===== */} - {/* ===== 골드 상금 (003) ===== */} + {/* ===== 골드 상금 (003) — 야구(KBO/MLB)는 임시 비노출 ===== */} + {!isBaseball && (
@@ -589,6 +590,7 @@ export default function Arena({
+ )} {/* ===== 룰 설명 모달 ===== */} {showRules && (