+
diff --git a/Mohem/src/app/authentication/app-update/app-update.component.scss b/Mohem/src/app/authentication/app-update/app-update.component.scss
index e69de29b..889cc1ba 100644
--- a/Mohem/src/app/authentication/app-update/app-update.component.scss
+++ b/Mohem/src/app/authentication/app-update/app-update.component.scss
@@ -0,0 +1,10 @@
+
+@media only screen and (min-width: 540px) and (max-width: 767px) {
+ .biggerPhone {
+ .rocket-image {
+ img {
+ height: 350px;
+ }
+ }
+ }
+ }
\ No newline at end of file
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 2ae7a1a4..642ef3a8 100644
--- a/Mohem/src/app/hmg-common/services/connector/connector.service.ts
+++ b/Mohem/src/app/hmg-common/services/connector/connector.service.ts
@@ -29,7 +29,6 @@ export class ConnectorService {
// public static host = 'https://uat.hmgwebservices.com/';
public static host = 'https://hmgwebservices.com/';
- // public static host = 'http://riyt-mohemm1:1010/' //MOE
constructor(public httpClient: HttpClient,
public cs: CommonService,
private events: Events,
diff --git a/Mohem/src/app/notification/home/home.component.html b/Mohem/src/app/notification/home/home.component.html
index d363a9f7..497bb412 100644
--- a/Mohem/src/app/notification/home/home.component.html
+++ b/Mohem/src/app/notification/home/home.component.html
@@ -99,8 +99,8 @@