Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha committed Jan 9, 2025
1 parent 27894d1 commit 51ca20c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-content class="spender-onboarding-container" class="no-keyboard-adjust" scroll-y="false">
<ion-content class="no-keyboard-adjust spender-onboarding-container" scroll-y="false">
<div class="spender-onboarding" *ngIf="!isLoading && onboardingInProgress">
<ion-buttons slot="start" class="spender-onboarding__menu-icon-container">
<app-fy-menu-icon class="spender-onboarding__menubutton" auto-hide="false"></app-fy-menu-icon>
Expand Down
5 changes: 5 additions & 0 deletions src/app/fyle/spender-onboarding/spender-onboarding.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ $item-border-color: #e0e0e0;
$menu-botton-color: #000;
$toolbar-border: #ababab6b;

.spender-onboarding-container {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.spender-onboarding {
background: $border-info-lighter;
height: 100%;
Expand Down
3 changes: 0 additions & 3 deletions src/app/shared/components/sidemenu/sidemenu.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ export class SidemenuComponent implements OnInit {
}

ngOnInit(): void {
this.spenderOnboardingService.setOnboardingStatusAsComplete().subscribe(() => {
this.reloadCurrentRoute();
});
this.setupNetworkWatcher();
this.authService.getEou().then((eou) => {
this.eou = eou;
Expand Down

0 comments on commit 51ca20c

Please sign in to comment.