From 6c892bd70558df5badf504024de1e62a0a925b92 Mon Sep 17 00:00:00 2001 From: Felipe Date: Sun, 20 Nov 2022 16:21:17 +0800 Subject: [PATCH] Minor: Prevent translation of teams' names --- src/components/Team/Team.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Team/Team.tsx b/src/components/Team/Team.tsx index 171bab0..81a0542 100644 --- a/src/components/Team/Team.tsx +++ b/src/components/Team/Team.tsx @@ -167,6 +167,7 @@ export const Team = ({ style={{ textShadow: `-1px 0 ${colors[1]}, 0 1px ${colors[1]}, 1px 0 ${colors[1]}, 0 -1px ${colors[1]}` }} + translate="no" > {name} @@ -183,6 +184,7 @@ export const Team = ({ style={{ textShadow: `-1px 0 ${colors[1]}, 0 1px ${colors[1]}, 1px 0 ${colors[1]}, 0 -1px ${colors[1]}` }} + translate="no" onClick={handleTeamClick} > {name}