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:
@@ -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()
|
||||
}
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user