mirror of
https://github.com/web3privacy/events.git
synced 2024-10-15 12:06:27 +02:00
unknown flag
This commit is contained in:
parent
ab92f1193e
commit
d89afacc0d
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
1
index.js
1
index.js
|
@ -9,6 +9,7 @@ async function _loadYaml(fn) {
|
|||
}
|
||||
|
||||
function getFlagEmoji(countryCode) {
|
||||
if (countryCode === 'xx') return "🏴☠️";
|
||||
const codePoints = countryCode
|
||||
.toUpperCase()
|
||||
.split('')
|
||||
|
|
Loading…
Reference in a new issue