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}