Merge pull request #736 from umbraco/bugfix-fix-loading-of-icons
Bugfix: Icon path went missing
This commit is contained in:
@@ -75,7 +75,7 @@ const generateJSON = (icons) => {
|
||||
console.log(icon);
|
||||
return {
|
||||
name: `umb:${icon.name}`,
|
||||
path: `${icon.iconFileName}.js`,
|
||||
path: `./icons/${icon.iconFileName}.js`,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user