File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 </ ion-buttons >
1212 < ion-title (click) ="debugService.devModeEasterEgg() ">
1313 < div style ="display: flex; align-items: center; justify-content: center; ">
14- < ion-icon *ngIf ="mode === 'ios' " style ="font-size: 120px ; " [src] ="themeService.isDark() ? 'assets/lazztech-noun-light.svg' : 'assets/lazztech-noun-dark.svg' "> </ ion-icon >
14+ < ion-icon *ngIf ="mode === 'ios' " style ="font-size: 140px ; " [src] ="themeService.isDark() ? 'assets/lazztech-noun-light.svg' : 'assets/lazztech-noun-dark.svg' "> </ ion-icon >
1515 < img *ngIf ="mode === 'md' " [src] ="themeService.isDark() ? 'assets/lazztech-noun-light.svg' : 'assets/lazztech-noun-dark.svg' " style ="width: 140px " class ="vertical-align "/>
1616 </ div >
1717 </ ion-title >
Original file line number Diff line number Diff line change 22 < ion-toolbar >
33 < ion-title >
44 < div style ="display: flex; align-items: center; justify-content: center; ">
5- < ion-icon *ngIf ="mode === 'ios' " style ="font-size: 120px ; " [src] ="themeService.isDark() ? 'assets/lazztech-noun-light.svg' : 'assets/lazztech-noun-dark.svg' "> </ ion-icon >
5+ < ion-icon *ngIf ="mode === 'ios' " style ="font-size: 140px ; " [src] ="themeService.isDark() ? 'assets/lazztech-noun-light.svg' : 'assets/lazztech-noun-dark.svg' "> </ ion-icon >
66 < img *ngIf ="mode === 'md' " [src] ="themeService.isDark() ? 'assets/lazztech-noun-light.svg' : 'assets/lazztech-noun-dark.svg' " style ="width: 140px " class ="vertical-align "/>
77 </ div >
88 </ ion-title >
You can’t perform that action at this time.
0 commit comments