diff --git a/src/components/ServerFlag.tsx b/src/components/ServerFlag.tsx index d40e7ff..23aefa4 100644 --- a/src/components/ServerFlag.tsx +++ b/src/components/ServerFlag.tsx @@ -25,10 +25,6 @@ export default function ServerFlag({ country_code, className }: { country_code: if (!country_code) return null - if (supportsEmojiFlags && country_code.toLowerCase() === "tw") { - country_code = "cn" - } - return ( {!supportsEmojiFlags ? : getUnicodeFlagIcon(country_code)}