Skip to content

Commit 7bc32fd

Browse files
committed
Remove Nigeria
1 parent dcbdb07 commit 7bc32fd

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

src/DnsTools.Web/ClientApp/src/components/CountryFlag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const commonFlags: Record<
7070
const otherFlagsContext = require.context(
7171
'flag-icon-css/flags/4x3/',
7272
false,
73-
/^\.\/(?!at|au|be|bg|ca|ch|cl|de|ee|fi|fr|gb|hk|in|it|jp|ng|no|nl|nz|pl|ro|ru|se|sg|tw|us|vn|za).+\.svg$/,
73+
/^\.\/(?!at|au|be|bg|ca|ch|cl|de|ee|fi|fr|gb|hk|in|it|jp|no|nl|nz|pl|ro|ru|se|sg|tw|us|vn|za).+\.svg$/,
7474
);
7575

7676
type Props = {

src/DnsTools.Web/ClientApp/src/config.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -243,19 +243,6 @@
243243
"dataCenterName": "Zappie Host",
244244
"networkAsn": 61138
245245
},
246-
{
247-
"id": "ng",
248-
"city": "Lagos",
249-
"region": "Lagos",
250-
"country": "NG",
251-
"locationDisplay": "Nigeria",
252-
"latitude": 6.4130973,
253-
"longitude": 3.40756437,
254-
"providerName": "Terrahost",
255-
"providerUrl": "https://terrahost.com/",
256-
"dataCenterName": "?",
257-
"networkAsn": 56655
258-
},
259246
{
260247
"id": "pl",
261248
"city": "Warsaw",

0 commit comments

Comments
 (0)