From 48885ec80efc4593463ced5bf838511cd99cc0eb Mon Sep 17 00:00:00 2001 From: jwkim Date: Mon, 15 Jun 2026 17:29:13 +0900 Subject: [PATCH] =?UTF-8?q?remove:=20=EA=B2=BD=EA=B8=B0=20=EC=A0=84?= =?UTF-8?q?=EC=9A=A9=20=EB=B9=84=EC=A3=BC=EC=96=BC=20=EB=B0=B0=EB=84=88(?= =?UTF-8?q?=ED=95=9C=EA=B5=AD-=EB=A9=95=EC=8B=9C=EC=BD=94)=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/MatchDetail.tsx | 19 ------------------- 1 file changed, 19 deletions(-) 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} -
- )} -