[ACS-10229] Specify role for workspace (#5347)

* [ACS-10229] Specify role for workspace

* [ACS-10229] Remove analytics setting from nx.json
This commit is contained in:
Shivangi Shree
2026-08-20 14:51:42 +05:30
committed by GitHub
parent c5894a157b
commit 3373ce8562
2 changed files with 3 additions and 2 deletions
@@ -14,12 +14,12 @@
/> />
</button> </button>
<div <a
class="aca-sidenav-header-title-text" class="aca-sidenav-header-title-text"
data-automation-id="app-sidenav-header-title-text" data-automation-id="app-sidenav-header-title-text"
[routerLink]="landingPage"> [routerLink]="landingPage">
{{ appName | translate }} {{ appName | translate }}
</div> </a>
<aca-toolbar [items]="actions" /> <aca-toolbar [items]="actions" />
</div> </div>
@@ -40,6 +40,7 @@
font-weight: 400; font-weight: 400;
font-size: var(--theme-body-1-font-size); font-size: var(--theme-body-1-font-size);
cursor: pointer; cursor: pointer;
text-decoration: none;
} }
.adf-notification-history-menu_button { .adf-notification-history-menu_button {