From 5c3ac9be4d953c019692404d64da2d0b292d075b Mon Sep 17 00:00:00 2001 From: umasoodch Date: Thu, 20 Oct 2022 17:30:58 +0300 Subject: [PATCH] fixed image issue --- Mohem/src/app/home/home.page.ts | 2 +- .../confirm-basic-details.component.html | 4 +--- .../{Business trip.png => BusinessTrip.png} | Bin 3 files changed, 2 insertions(+), 4 deletions(-) rename Mohem/src/assets/icon/new-design/{Business trip.png => BusinessTrip.png} (100%) diff --git a/Mohem/src/app/home/home.page.ts b/Mohem/src/app/home/home.page.ts index fa5b2725..4e1de840 100644 --- a/Mohem/src/app/home/home.page.ts +++ b/Mohem/src/app/home/home.page.ts @@ -103,7 +103,7 @@ export class HomePage implements OnInit { { title: this.ts.trPK('home', 'business-balance'), statsValue: 0, - icon: 'assets/icon/new-design/business-trip.png', + icon: 'assets/icon/new-design/BusinessTrip.png', link: '5', show: true, }, diff --git a/Mohem/src/app/profile/confirm-basic-details/confirm-basic-details.component.html b/Mohem/src/app/profile/confirm-basic-details/confirm-basic-details.component.html index 55fc8571..ab23e2d4 100644 --- a/Mohem/src/app/profile/confirm-basic-details/confirm-basic-details.component.html +++ b/Mohem/src/app/profile/confirm-basic-details/confirm-basic-details.component.html @@ -6,10 +6,8 @@ --> diff --git a/Mohem/src/assets/icon/new-design/Business trip.png b/Mohem/src/assets/icon/new-design/BusinessTrip.png similarity index 100% rename from Mohem/src/assets/icon/new-design/Business trip.png rename to Mohem/src/assets/icon/new-design/BusinessTrip.png