unknown flag

This commit is contained in:
tree🌴 2023-11-05 22:05:34 +01:00
parent ab92f1193e
commit d89afacc0d
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
| meetup | `lju-1` | 2024/Jun | 🇸🇮 Ljubljana | - | W3PN Hackathon | - | |
| meetup | `rom-2` | 2024/Oct | 🇮🇹 Rome | - | ETHRome 2024 | - | |
| summit | `w3ps3` | 2024/Nov | 🇨🇿 Brno | - | ETHBrno 2024 | - | |
| meetup | `dc1` | 2024/Q4 | 🇽🇽 SE Asia | - | Devcon 7 | - | |
| meetup | `dc1` | 2024/Q4 | 🏴‍☠️ SE Asia | - | Devcon 7 | - | |
[Source file](./events/events.yaml)

View File

@ -9,6 +9,7 @@ async function _loadYaml(fn) {
}
function getFlagEmoji(countryCode) {
if (countryCode === 'xx') return "🏴‍☠️";
const codePoints = countryCode
.toUpperCase()
.split('')