Add default service icon pending favicon

This commit is contained in:
Alice Gaudon 2020-07-14 11:08:24 +02:00
parent 92659c64f2
commit 881e16895e
1 changed files with 2 additions and 0 deletions

View File

@ -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');
}
}