From 55bcef67c02e524cda4338e5f55b635b56fbd5ae Mon Sep 17 00:00:00 2001 From: Raschid JF Rafaelly Date: Sun, 20 Sep 2020 20:11:40 -0500 Subject: [PATCH] test(angular.json): update path to fontawesome in test architecture fixes #5773 --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 8432747f..f8cea8f4 100644 --- a/angular.json +++ b/angular.json @@ -127,7 +127,7 @@ "node_modules/typeface-exo/index.css", "node_modules/roboto-fontface/css/roboto/roboto-fontface.css", "node_modules/ionicons/scss/ionicons.scss", - "node_modules/font-awesome/scss/font-awesome.scss", + "node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss", "node_modules/socicon/css/socicon.css", "node_modules/nebular-icons/scss/nebular-icons.scss", "node_modules/pace-js/templates/pace-theme-flash.tmpl.css",