Skip to content

Commit

Permalink
feat: hide nav from restart parcours orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
LAU-MG committed Feb 14, 2024
1 parent b5e0d67 commit a8c1a3b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
class="col-lg col-12 d-flex flex-column flex-grow-1 overflow-auto"
appScroll
(reachEnd)="hideArrow = $event">
<nav
*ngIf="filterPresentation$ | async as filter"
aria-label="étapes de l'orientation"
style="height: 0"
class="sticky-lg-top nav-underline">
<app-nav class="d-sm-block d-none pt-3 bg-white" [filter]="filter"></app-nav>
<app-nav class="d-sm-none pt-3 d-block" [filter]="filter" size="sm"></app-nav>
</nav>
<main id="content" class="px-3 flex-grow-1" [@routeAnimations]="getRouteAnimationData()">
<router-outlet></router-outlet>
</main>
Expand Down

0 comments on commit a8c1a3b

Please sign in to comment.