ets-fe-ng-sdk 20.3.12 → 20.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23389,7 +23389,7 @@ class ETSThemeService {
23389
23389
  setFavicon() {
23390
23390
  document
23391
23391
  .getElementsByTagName('head')[0]
23392
- .querySelector('#favicon').href = environment?.images?.favicon;
23392
+ .querySelector('#favicon').href = environment?.images?.favicon?.light;
23393
23393
  }
23394
23394
  /**
23395
23395
  * Sets the application title based on the environment configuration.