From d89afacc0d76b7df837d097a433cd19c035aac9a Mon Sep 17 00:00:00 2001 From: tree Date: Sun, 5 Nov 2023 22:05:34 +0100 Subject: [PATCH] unknown flag --- README.md | 2 +- index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8fc0fd..3b579e7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/index.js b/index.js index 7498cae..31f6245 100644 --- a/index.js +++ b/index.js @@ -9,6 +9,7 @@ async function _loadYaml(fn) { } function getFlagEmoji(countryCode) { + if (countryCode === 'xx') return "🏴‍☠️"; const codePoints = countryCode .toUpperCase() .split('')