fix: remove flag transform

This commit is contained in:
hamster1963 2024-12-23 11:18:14 +08:00
parent 4c5a012bdc
commit 9ff5913ffb

View File

@ -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 ? (