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