Skip to content

Commit df34a5f

Browse files
authored
Merge pull request #129 from Lazztech/shosh-noun-update
Shosh noun update
2 parents 1571459 + 958a4f0 commit df34a5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/home/home.page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>

src/app/pages/auth/landing/landing.page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)