Skip to content

Commit a4e2463

Browse files
committed
Remove warning ignore when no icon found for font-awesome
Co-authored-by: <francois.de-metz@pix.fr> Co-authored-by: <clement.berthou@pix.fr>
1 parent 2b4a323 commit a4e2463

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

admin/config/environment.js

-4
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ module.exports = function (environment) {
9090

9191
matomo: {},
9292

93-
fontawesome: {
94-
warnIfNoIconsIncluded: true,
95-
},
96-
9793
pagination: {
9894
debounce: _getEnvironmentVariableAsNumber({
9995
environmentVariableName: 'RESEARCH_DEBOUNCE_TIMEOUT',

mon-pix/config/environment.js

-4
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ module.exports = function (environment) {
101101
COOKIE_LOCALE_LIFESPAN_IN_SECONDS: 31536000, // 1 year in seconds
102102
},
103103

104-
fontawesome: {
105-
warnIfNoIconsIncluded: false,
106-
},
107-
108104
showdown: {
109105
openLinksInNewWindow: true,
110106
strikethrough: true,

orga/config/environment.js

-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ module.exports = function (environment) {
9595
COOKIE_LOCALE_LIFESPAN_IN_SECONDS: 31536000, // 1 year in seconds
9696
},
9797

98-
fontawesome: {
99-
warnIfNoIconsIncluded: false,
100-
},
101-
10298
matomo: {},
10399

104100
'ember-cli-notifications': {

0 commit comments

Comments
 (0)