@elderbyte/ngx-starter 19.1.11 → 19.1.12

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.
@@ -27584,7 +27584,7 @@ class ElderShellComponent {
27584
27584
  this.rightSideOutletName = 'side';
27585
27585
  this.destroy$ = new Subject();
27586
27586
  this.color = 'primary';
27587
- this.navMenuSvgIcon = '';
27587
+ this.navMenuSvgIcon = 'elderbyte-logomark-dark-mono-gold';
27588
27588
  this.menuColor$ = new BehaviorSubject('primary');
27589
27589
  this.menuIconColor$ = new BehaviorSubject(undefined);
27590
27590
  this.headerTemplate$ = shellService