Skip to content

Commit

Permalink
ov-components: Refactored lang selector template
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Nov 6, 2024
1 parent ee79e39 commit e1634ef
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<button id="lang-btn-compact" *ngIf="compact" mat-icon-button [matMenuTriggerFor]="menu">
<mat-icon>translate</mat-icon>
</button>
<button *ngIf="!compact" mat-flat-button [matMenuTriggerFor]="menu" class="lang-button" id="lang-btn">
<span id="lang-selected-name">{{ langSelected?.name }}</span>
<mat-icon class="expand-more-icon">expand_more</mat-icon>
</button>
<button id="lang-btn-compact" *ngIf="compact" mat-icon-button [matMenuTriggerFor]="menu">
<mat-icon>translate</mat-icon>
</button>
<mat-menu #menu="matMenu">
<button
mat-menu-item
Expand Down

0 comments on commit e1634ef

Please sign in to comment.