Skip to content

Commit e81ce34

Browse files
vishalshrm539Sharmatumms2021389
authored
Fixed issues in the Announcement widget and nav nar (#367)
Co-authored-by: Sharma <[email protected]> Co-authored-by: tumms2021389 <[email protected]>
1 parent f4e12d5 commit e81ce34

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/angular-sdk-components/src/lib/_components/infra/navbar/navbar.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
</div>
4646
</mat-list-item>
4747
<mat-menu #menu="matMenu">
48-
<button mat-menu-item>Profile</button>
4948
<button mat-menu-item (click)="navPanelLogoutClick()">{{ localizedVal('Log off', localeCategory) }}</button>
5049
</mat-menu>
5150
</mat-list>

packages/angular-sdk-components/src/lib/_components/template/wss-nav-bar/wss-nav-bar.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
</div>
2525
</mat-list-item>
2626
<mat-menu #menu="matMenu">
27-
<button mat-menu-item>Profile</button>
2827
<button mat-menu-item (click)="navPanelLogoutClick()">{{ localizedVal('Log off', localeCategory) }}</button>
2928
</mat-menu>
3029
</mat-list>

packages/angular-sdk-components/src/lib/_components/widget/app-announcement/app-announcement.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ <h2>{{ configProps$.header }}</h2>
33
<div>
44
<p>{{ configProps$.description }}</p>
55
<div>
6-
<h3>{{ configProps$.label }}</h3>
76
<ul>
87
<li *ngFor="let detail of details$">{{ detail }}</li>
98
</ul>

0 commit comments

Comments
 (0)