diff --git a/src/app/core-ui/main-header/desktop-panel-buttons/desktop-panel-buttons.component.ts b/src/app/core-ui/main-header/desktop-panel-buttons/desktop-panel-buttons.component.ts
index 5b6bf4933c..bf62f96141 100644
--- a/src/app/core-ui/main-header/desktop-panel-buttons/desktop-panel-buttons.component.ts
+++ b/src/app/core-ui/main-header/desktop-panel-buttons/desktop-panel-buttons.component.ts
@@ -43,7 +43,7 @@ import { GlobalConfigService } from '../../../features/config/global-config.serv
kb()?.toggleIssuePanel ? '[' + kb()?.toggleIssuePanel + ']' : ''
}}"
>
- dashboard_customize
+ webhook
}
diff --git a/src/app/core-ui/main-header/mobile-side-panel-menu/mobile-side-panel-menu.component.ts b/src/app/core-ui/main-header/mobile-side-panel-menu/mobile-side-panel-menu.component.ts
index a7960fdb4a..8d7064d082 100644
--- a/src/app/core-ui/main-header/mobile-side-panel-menu/mobile-side-panel-menu.component.ts
+++ b/src/app/core-ui/main-header/mobile-side-panel-menu/mobile-side-panel-menu.component.ts
@@ -90,7 +90,7 @@ import { BreakpointObserver } from '@angular/cdk/layout';
(click)="toggleIssuePanel()"
[matTooltip]="T.MH.TOGGLE_SHOW_ISSUE_PANEL | translate"
>
- dashboard_customize
+ webhook
diff --git a/src/app/core-ui/mobile-bottom-nav/mobile-bottom-nav.component.html b/src/app/core-ui/mobile-bottom-nav/mobile-bottom-nav.component.html
index 754dbc214e..50e288fddd 100644
--- a/src/app/core-ui/mobile-bottom-nav/mobile-bottom-nav.component.html
+++ b/src/app/core-ui/mobile-bottom-nav/mobile-bottom-nav.component.html
@@ -73,7 +73,7 @@
[class.active]="isShowIssuePanel()"
(click)="toggleIssuePanel()"
>
- dashboard_customize
+ webhook
{{ T.BN.SHOW_ISSUE_PANEL | translate }}
diff --git a/src/app/features/config/form-cfgs/app-features-form.const.ts b/src/app/features/config/form-cfgs/app-features-form.const.ts
index 4cc2c264ab..324b002817 100644
--- a/src/app/features/config/form-cfgs/app-features-form.const.ts
+++ b/src/app/features/config/form-cfgs/app-features-form.const.ts
@@ -58,7 +58,7 @@ export const APP_FEATURES_FORM_CFG: ConfigFormSection = {
type: 'slide-toggle',
templateOptions: {
label: T.GCF.APP_FEATURES.ISSUES_PANEL,
- icon: 'dashboard_customize',
+ icon: 'webhook',
},
},
{