Skip to content

Commit

Permalink
fix: remove flag transform
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 23, 2024
1 parent 4c5a012 commit 9ff5913
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/ServerFlag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ export default function ServerFlag({

if (!country_code) return null

if (supportsEmojiFlags && country_code.toLowerCase() === "tw") {
country_code = "cn"
}

return (
<span className={cn("text-[12px] text-muted-foreground", className)}>
{useSvgFlag || !supportsEmojiFlags ? (
Expand Down

0 comments on commit 9ff5913

Please sign in to comment.