diff --git a/components/ServerFlag.tsx b/components/ServerFlag.tsx index 4747584..9f8d90b 100644 --- a/components/ServerFlag.tsx +++ b/components/ServerFlag.tsx @@ -24,6 +24,10 @@ export default function ServerFlag({ country_code }: { country_code: string }) { if (!country_code) return null; + if (supportsEmojiFlags && country_code.toLowerCase() === "tw") { + country_code = "cn"; + } + return ( {!supportsEmojiFlags ? (