flags.json fixes

This commit is contained in:
codecalm
2024-03-29 02:01:40 +01:00
parent 6eedeebad7
commit 43d7e2d1ed
2 changed files with 9 additions and 3 deletions

View File

@@ -1399,6 +1399,12 @@
"name": "Rainbow",
"category": "Other"
},
"sealand": {},
"cabinda": {}
"sealand": {
"name": "Sealand",
"category": "Territories"
},
"cabinda": {
"name": "Cabinda",
"category": "Territories"
}
}

View File

@@ -51,7 +51,7 @@
<td>{{ country[1].iso }}</td>
<td>
<img
src="./icons/{{ country[0] }}.svg"
src="./flags/{{ country[0] }}.svg"
alt=""
width="30"
height="24"