From 4a7719895e389dd15b8799289667599066ad38ed Mon Sep 17 00:00:00 2001 From: jwkim Date: Wed, 22 Jul 2026 11:51:57 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=98=EB=8B=A8=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Comments.tsx | 2 +- frontend/src/components/Footer.tsx | 14 +++++++++++--- frontend/src/lib/i18n.ts | 8 ++++++++ frontend/src/pages/Dashboard.tsx | 2 +- frontend/src/pages/Leaderboard.tsx | 2 +- frontend/src/pages/MatchDetail.tsx | 2 +- 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/Comments.tsx b/frontend/src/components/Comments.tsx index b30c2ec..abc57df 100644 --- a/frontend/src/components/Comments.tsx +++ b/frontend/src/components/Comments.tsx @@ -129,7 +129,7 @@ export default function Comments({
{nickname && (

- ⚽ {t.commentAs}{" "} + {/^(KBO|MLB)_/.test(matchId) ? "⚾" : "⚽"} {t.commentAs}{" "} {nickname}