MOBILE-3807 menu: Change hamburger to meatballs more menu icon

main
Pau Ferrer Ocaña 2021-10-20 15:15:12 +02:00
parent 72a9f498ef
commit 289e8e1ce7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<ion-tab-button (keydown)="tabAction.keyDown($event)" (keyup)="tabAction.keyUp(morePageName, $event)" [hidden]="!loaded"
[tab]="morePageName" layout="label-hide" [tabindex]="selectedTab == morePageName ? 0 : -1" [attr.aria-controls]="morePageName">
<ion-icon name="fas-bars" aria-hidden="true"></ion-icon>
<ion-icon name="ellipsis-horizontal" aria-hidden="true"></ion-icon>
<ion-label aria-hidden="true">{{ 'core.more' | translate }}</ion-label>
<span class="sr-only">{{ 'core.more' | translate }}</span>
</ion-tab-button>