Add default service icon pending favicon
This commit is contained in:
parent
92659c64f2
commit
881e16895e
@ -329,6 +329,8 @@ function createService(index: number, nextNavButton?: Element | null) {
|
||||
iconProperties.faIcon.split(' ').forEach((cl: string) => {
|
||||
icon.classList.add(cl);
|
||||
});
|
||||
} else {
|
||||
icon.classList.add('fas', 'fa-circle');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user