Skip to content

Commit 7faaf51

Browse files
committed
Change badge text in sidebar
1 parent b1cf6a1 commit 7faaf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/sidebar/sidebar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div *ngIf="node.name === 'E-commerce'" class="mat-tree-item" matTreeNodeToggle>
2121
<div>
2222
<mat-icon>shopping_cart</mat-icon>
23-
<p matBadge="NodeJS" matBadgeColor="success">{{node.name}}</p>
23+
<p matBadge="NodeJS/.NET" matBadgeColor="success">{{node.name}}</p>
2424
</div>
2525
<mat-icon
2626
[ngClass]="{rotateUp: treeControl.isExpanded(node), rotateDown: !treeControl.isExpanded(node)}"

0 commit comments

Comments
 (0)