Skip to content

Commit

Permalink
fix: emoji flag priority
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 23, 2024
1 parent 9ff5913 commit 80a58d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ServerFlag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function ServerFlag({
country_code: string
className?: string
}) {
const [supportsEmojiFlags, setSupportsEmojiFlags] = useState(false)
const [supportsEmojiFlags, setSupportsEmojiFlags] = useState(true)

const useSvgFlag = getEnv("NEXT_PUBLIC_ForceUseSvgFlag") === "true"

Expand Down

0 comments on commit 80a58d8

Please sign in to comment.