Browse Source

💄 change simple UI icon

jmacura 3 years ago
parent
commit
8010450b40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app.service.ts

+ 1 - 1
src/app.service.ts

@@ -81,7 +81,7 @@ export class AppService {
       title: () =>
       title: () =>
         this.hsLanguageService.getTranslation('ADJUSTER.adjustFactors'),
         this.hsLanguageService.getTranslation('ADJUSTER.adjustFactors'),
       description: 'Play with attractiveness factors',
       description: 'Play with attractiveness factors',
-      icon: 'icon-analytics-piechart',
+      icon: 'icon-settingsandroid',
     });
     });
     this.hsPanelContainerService.create(AdjusterAdvancedPanelComponent, {});
     this.hsPanelContainerService.create(AdjusterAdvancedPanelComponent, {});
     this.prepareLayers();
     this.prepareLayers();