mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-23 04:34:44 +03:00
Fixed font awesome not loading
This commit is contained in:
parent
8e7a99a2e7
commit
f0106ea4b2
@ -133,7 +133,7 @@ export default {
|
||||
let isFound = false;
|
||||
this.sections.forEach((section) => {
|
||||
section.items.forEach((item) => {
|
||||
if (item.icon && item.icon.includes('fas')) isFound = true;
|
||||
if (item.icon && item.icon.includes('fa-')) isFound = true;
|
||||
});
|
||||
});
|
||||
return isFound;
|
||||
|
Loading…
Reference in New Issue
Block a user