diff --git a/Mohem/src/app/app.component.html b/Mohem/src/app/app.component.html index 772e1133..a066984d 100644 --- a/Mohem/src/app/app.component.html +++ b/Mohem/src/app/app.component.html @@ -53,7 +53,7 @@

{{CompanyImageDescription}}

diff --git a/Mohem/src/app/app.component.ts b/Mohem/src/app/app.component.ts index 9040df11..1ace6518 100644 --- a/Mohem/src/app/app.component.ts +++ b/Mohem/src/app/app.component.ts @@ -24,7 +24,7 @@ export class AppComponent implements OnInit, AfterViewInit { user_image: string = "../assets/imgs/profile.png"; menuSide: string = "left"; notBadge: number; - companyUrl: string = "../assets/imgs/CS.png"; + companyUrl: string = "../assets/imgs/HMG.png"; companyDesc: string = "Powered By Cloud Solutions"; public direction = "ltr"; constructor( @@ -63,7 +63,7 @@ export class AppComponent implements OnInit, AfterViewInit { if (user) { this.companyUrl = user.CompanyImageURL ? user.CompanyImageURL - : "../assets/imgs/CS.png"; + : "../assets/imgs/HMG.png"; this.companyDesc = user.CompanyImageDescription ? user.CompanyImageDescription diff --git a/Mohem/src/app/authentication/login/login.component.html b/Mohem/src/app/authentication/login/login.component.html index d345eafd..1e4daaa9 100644 --- a/Mohem/src/app/authentication/login/login.component.html +++ b/Mohem/src/app/authentication/login/login.component.html @@ -3,7 +3,7 @@ - + diff --git a/Mohem/src/app/authentication/login/login.component.scss b/Mohem/src/app/authentication/login/login.component.scss index aabac2f5..8b4cbf03 100644 --- a/Mohem/src/app/authentication/login/login.component.scss +++ b/Mohem/src/app/authentication/login/login.component.scss @@ -36,7 +36,7 @@ ion-col.colPad.col { } img.centerDiv { - width: 180px; + width: 140px; height: 140px; contain: strict; min-width: 20px; diff --git a/Mohem/src/app/authentication/sms-page/sms-page.page.html b/Mohem/src/app/authentication/sms-page/sms-page.page.html index a26b8d07..6e7bb360 100644 --- a/Mohem/src/app/authentication/sms-page/sms-page.page.html +++ b/Mohem/src/app/authentication/sms-page/sms-page.page.html @@ -11,7 +11,7 @@ - + diff --git a/Mohem/src/app/hmg-common/services/connector/connector.service.ts b/Mohem/src/app/hmg-common/services/connector/connector.service.ts index 8262c2d9..71ff42bb 100644 --- a/Mohem/src/app/hmg-common/services/connector/connector.service.ts +++ b/Mohem/src/app/hmg-common/services/connector/connector.service.ts @@ -19,8 +19,8 @@ export class ConnectorService { public static timeOut = 30 * 1000; // public static host = 'http://10.50.100.113:6060/'; // development service - // public static host = 'https://uat.hmgwebservices.com/'; - public static host = 'https://hmgwebservices.com/'; + public static host = 'https://uat.hmgwebservices.com/'; + // public static host = 'https://hmgwebservices.com/'; // public static host = 'http://10.50.100.198:6060/'; // public static host = 'http://10.50.100.113:6060/'; // development service /* public static host = 'http://10.50.100.198:6060/'; diff --git a/Mohem/src/app/hmg-common/ui/sms/sms.page.html b/Mohem/src/app/hmg-common/ui/sms/sms.page.html index c49cc795..7560b6a0 100644 --- a/Mohem/src/app/hmg-common/ui/sms/sms.page.html +++ b/Mohem/src/app/hmg-common/ui/sms/sms.page.html @@ -8,7 +8,7 @@ - + diff --git a/Mohem/src/assets/imgs/HMG.png b/Mohem/src/assets/imgs/HMG.png new file mode 100644 index 00000000..54d23807 Binary files /dev/null and b/Mohem/src/assets/imgs/HMG.png differ