Prechádzať zdrojové kódy

💄 change simple UI icon

jmacura 3 rokov pred
rodič
commit
8010450b40
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/app.service.ts

+ 1 - 1
src/app.service.ts

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