From e6ea2667eb031a0143580ea5725f46ef2ea232cf Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Thu, 27 Dec 2018 17:48:35 +0100 Subject: [PATCH] Fix fontawesome icons --- config/environment.default.js | 6 ++---- src/app/shared/chips/chips.component.html | 6 +++--- src/app/shared/chips/models/chips-item.model.ts | 5 +++-- .../models/tag/dynamic-tag.component.html | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/config/environment.default.js b/config/environment.default.js index 6a32874e4d..79b8202793 100644 --- a/config/environment.default.js +++ b/config/environment.default.js @@ -56,15 +56,13 @@ module.exports = { * { * // NOTE: metadata name * name: 'dc.author', - * // NOTE: fontawesome (v4.x) icon classes and bootstrap utility classes can be used + * // NOTE: fontawesome (v5.x) icon classes and bootstrap utility classes can be used * style: 'fa-user' * } */ { - // NOTE: metadata name name: 'dc.author', - // NOTE: fontawesome (v4.x) icon classes and bootstrap utility classes can be used - style: 'fa-user' + style: 'fas fa-user' }, // default configuration { diff --git a/src/app/shared/chips/chips.component.html b/src/app/shared/chips/chips.component.html index 1923b23123..db8f08dad0 100644 --- a/src/app/shared/chips/chips.component.html +++ b/src/app/shared/chips/chips.component.html @@ -20,13 +20,13 @@ [ngClass]="{'chip-selected disabled': (editable && c.editMode) || dragged == i}" (click)="chipsSelected($event, i);"> - - + + - +