Skip to content

Commit

Permalink
Minor: Prevent translation of teams' names
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeZanon committed Nov 20, 2022
1 parent 222d0e4 commit 6c892bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Team/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
</div>
Expand All @@ -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}
Expand Down

0 comments on commit 6c892bd

Please sign in to comment.