Skip to content

Commit

Permalink
footer added on public home
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinraj-tarento committed Jun 30, 2022
1 parent db3195a commit 8676202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/component/root/root.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ export class RootComponent implements OnInit, AfterViewInit {
this.showFooter = false
this.showNavbar = false
this.isNavBarRequired = false
} else if (this.currentUrl.startsWith('/public/home')) {
this.showNavbar = true
} else {
}

else {
this.showFooter = true
this.showNavbar = true
this.isNavBarRequired = true
Expand Down

0 comments on commit 8676202

Please sign in to comment.