File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
apps/frontend/src/components/ui/charts Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 256
256
>
257
257
<div class =" country-flag-container" >
258
258
<template v-if =" name .toLowerCase () === ' xx' || ! name " >
259
- <img
260
- src = " https://cdn.modrinth.com/placeholder-banner.svg "
261
- alt = " Placeholder flag "
262
- class = " country-flag "
263
- / >
259
+ <div
260
+ class = " country-flag flex select-none items-center justify-center bg-bg-raised font-extrabold text-secondary "
261
+ >
262
+ ?
263
+ </ div >
264
264
</template >
265
265
<template v-else >
266
266
<img
272
272
</div >
273
273
<div class =" country-text" >
274
274
<strong class =" country-name" >
275
- <template v-if =" name .toLowerCase () === ' xx' || ! name " >Hidden </template >
275
+ <template v-if =" name .toLowerCase () === ' xx' || ! name " >Other </template >
276
276
<template v-else >{{ countryCodeToName(name) }}</template >
277
277
</strong >
278
278
<span class =" data-point" >{{ formatNumber(count) }}</span >
You can’t perform that action at this time.
0 commit comments