mirror of
https://github.com/tabler/tabler-flags.git
synced 2026-01-24 19:56:37 +00:00
flags.json fixes
This commit is contained in:
10
flags.json
10
flags.json
@@ -1399,6 +1399,12 @@
|
||||
"name": "Rainbow",
|
||||
"category": "Other"
|
||||
},
|
||||
"sealand": {},
|
||||
"cabinda": {}
|
||||
"sealand": {
|
||||
"name": "Sealand",
|
||||
"category": "Territories"
|
||||
},
|
||||
"cabinda": {
|
||||
"name": "Cabinda",
|
||||
"category": "Territories"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user