+
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/home/home.page.ts b/Mohem/src/app/home/home.page.ts
index 98b422d6..ba73d0d5 100644
--- a/Mohem/src/app/home/home.page.ts
+++ b/Mohem/src/app/home/home.page.ts
@@ -427,6 +427,8 @@ export class HomePage implements OnInit {
if (this.menuList[i].MENU_TYPE === 'M') {
this.events.publish('myTeamFlag', 'true');
// this.common.sharedService.setSharedData('true', "myTeamFlag");
+ } else {
+ this.events.publish('myTeamFlag', 'false');
}
}
diff --git a/Mohem/src/app/notification/home/home.component.html b/Mohem/src/app/notification/home/home.component.html
index 31eda5f2..94b300d5 100644
--- a/Mohem/src/app/notification/home/home.component.html
+++ b/Mohem/src/app/notification/home/home.component.html
@@ -100,8 +100,8 @@