diff --git a/frontend/src/pages/MatchDetail.tsx b/frontend/src/pages/MatchDetail.tsx index a746fd0..3158d62 100644 --- a/frontend/src/pages/MatchDetail.tsx +++ b/frontend/src/pages/MatchDetail.tsx @@ -59,13 +59,6 @@ export default function MatchDetail() { const hook = lang === "en" ? t.hook(aShort, bShort) : match.hookText; const url = matchUrl(match.matchId); - // 특정 경기 전용 비주얼 배너(코드쌍 → 이미지). 등록된 경기에만 노출. - const codes = new Set([match.teamA.code, match.teamB.code]); - const matchBanner = - codes.has("KOR") && codes.has("MEX") - ? "/assets/og/kor_mex.png" - : null; - return (
⫽ - {/* 경기 전용 비주얼 배너 (한국-멕시코 등 등록된 경기만) */} - {matchBanner && ( -
- {`${aShort} -
- )} -