1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-23 08:42:52 +02:00

chore: add upper case flagSet

This commit is contained in:
woothu
2019-11-07 14:59:46 +01:00
parent c04a53a68e
commit 66ac489502
400 changed files with 4059 additions and 3271 deletions

View File

@@ -267,7 +267,7 @@ fs.readdir(dirname, (e, filenames) => {
let flagIso = ''
Object.entries(flags).forEach(flag => {
if (flag[1].toLowerCase() == oldName) {
flagIso = flag[0].toLowerCase()
flagIso = flag[0].toUpperCase()
}
})