Skip to content

Commit 2ae8361

Browse files
Merge pull request #96 from ElPlaso/patch-1
Correct Samoa to American Samoa
2 parents 044f0c8 + cc47c6c commit 2ae8361

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

public/flags.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"flagSvg": "https://flagcdn.com/dz.svg",
1818
"flagPng": "https://flagcdn.com/w320/dz.png"
1919
},
20+
{
21+
"country": ["American Samoa"],
22+
"countryCode": "AS",
23+
"flagSvg": "https://flagcdn.com/as.svg",
24+
"flagPng": "https://flagcdn.com/w320/as.png"
25+
},
2026
{
2127
"country": ["Andorra"],
2228
"countryCode": "AD",
@@ -909,9 +915,9 @@
909915
},
910916
{
911917
"country": ["Samoa"],
912-
"countryCode": "AS",
913-
"flagSvg": "https://flagcdn.com/as.svg",
914-
"flagPng": "https://flagcdn.com/w320/as.png"
918+
"countryCode": "WS",
919+
"flagSvg": "https://flagcdn.com/ws.svg",
920+
"flagPng": "https://flagcdn.com/w320/ws.png"
915921
},
916922
{
917923
"country": ["San Marino"],

0 commit comments

Comments
 (0)