diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e87a4df..374f41096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## v0.7.3 Release Notes +### Fixed the broken display of icons in Firefox. + ### Changed the color of the message icon from green to red to make it stand out more. ### Added styling to Job Details page tabs to add clarity. diff --git a/ui/src/polyfills.ts b/ui/src/polyfills.ts index 7831e97b7..ba258acd6 100644 --- a/ui/src/polyfills.ts +++ b/ui/src/polyfills.ts @@ -41,6 +41,8 @@ import 'core-js/es6/reflect'; import 'core-js/es7/reflect'; +/** For Firefox support of Clarity Icons */ +import '@webcomponents/custom-elements/custom-elements.min.js'; /** * Required to support Web Animations `@angular/animation`.