fix: set defaultHref for header back-button

This commit is contained in:
Tom Fong 2022-10-03 20:41:01 +08:00
parent 7f4c827772
commit 53034c6077
15 changed files with 15 additions and 15 deletions

View file

@ -1,7 +1,7 @@
<ion-header>
<ion-toolbar [color]="env.colorTheme === 'black'? 'black' : 'dark'">
<ion-buttons slot="start">
<ion-back-button text="">
<ion-back-button text="" defaultHref="tabs/setting">
</ion-back-button>
</ion-buttons>
<ion-title>{{ 'LANGUAGE' | translate }}</ion-title>