1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Folder renamed: fontawesome

This commit is contained in:
nobody
2021-02-02 05:48:41 +01:00
parent a29c0a9a8a
commit d8e91b307a
18 changed files with 20 additions and 20 deletions

View File

@@ -188,7 +188,7 @@ statistics._displayNameOfFramework = function (str, type) {
if (filename === 'Unknown') {
filename = targets.determineBundle(str);
if (filename === '' && str.startsWith('resources/fontawesome/')) {
if (filename === '' && str.startsWith('resources/font-awesome/')) {
filename = 'Font Awesome (Fonts)'
}
}