diff --git a/src/Foundation/ClientResources/Scripts/fontawesomeicons.js b/src/Foundation/ClientResources/Scripts/fontawesomeicons.js index 5d4f281fe..9a895770b 100644 --- a/src/Foundation/ClientResources/Scripts/fontawesomeicons.js +++ b/src/Foundation/ClientResources/Scripts/fontawesomeicons.js @@ -314,7 +314,7 @@ editor.on('init', function () { var fontawesomeCss = editor.dom.create('link', { rel: 'stylesheet', - href: '/node_modules/@fontawesome/fontawesome-free/css/all.min.css' + href: '/ClientResources/Styles/fontawesome.min.css' }); var fontawesomeCustomCss = editor.dom.create('link', { rel: 'stylesheet', diff --git a/src/Foundation/Features/People/PersonListPage/PersonListPageController.cs b/src/Foundation/Features/People/PersonListPage/PersonListPageController.cs index aca49b1f9..e74d22c56 100644 --- a/src/Foundation/Features/People/PersonListPage/PersonListPageController.cs +++ b/src/Foundation/Features/People/PersonListPage/PersonListPageController.cs @@ -11,6 +11,7 @@ using System.Collections.Generic; using System.Linq; using System.Web.Mvc; + namespace Foundation.Features.People.PersonListPage { public class PersonListPageController : PageController