mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: emoji flag priority
This commit is contained in:
parent
9ff5913ffb
commit
80a58d8cfc
@ -10,7 +10,7 @@ export default function ServerFlag({
|
|||||||
country_code: string
|
country_code: string
|
||||||
className?: string
|
className?: string
|
||||||
}) {
|
}) {
|
||||||
const [supportsEmojiFlags, setSupportsEmojiFlags] = useState(false)
|
const [supportsEmojiFlags, setSupportsEmojiFlags] = useState(true)
|
||||||
|
|
||||||
const useSvgFlag = getEnv("NEXT_PUBLIC_ForceUseSvgFlag") === "true"
|
const useSvgFlag = getEnv("NEXT_PUBLIC_ForceUseSvgFlag") === "true"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user