Skip to content

Commit

Permalink
chore: hide caminhada-dev and sobre route by now
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausEverWalkingDev committed Oct 23, 2023
1 parent e9ddce1 commit fdb36be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/ui/navigation-menu/navigation-menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- I've tried to use ngFor with routerLink but it didn't work, so I couldn't avoid repeation here -->
<li class="bb:2|black:not(:nth(4))@<md mx:5@md" routerLink="/{{Route.HOME}}">{{RouteTitle.HOME}}</li>
<li class="bb:2|black:not(:nth(4))@<md mx:5@md" routerLink="/{{Route.BLOG}}">{{RouteTitle.BLOG}}</li>
<li class="bb:2|black:not(:nth(4))@<md mx:5@md" routerLink="/{{Route.CAMINHADA_DEV}}">{{RouteTitle.CAMINHADA_DEV}}</li>
<li class="bb:2|black:not(:nth(4))@<md mx:5@md" routerLink="/{{Route.SOBRE}}">{{RouteTitle.SOBRE}}</li>
<li class="bb:2|black:not(:nth(4))@<md mx:5@md" routerLink="/{{Route.CAMINHADA_DEV}}" hidden>{{RouteTitle.CAMINHADA_DEV}}</li>
<li class="bb:2|black:not(:nth(4))@<md mx:5@md" routerLink="/{{Route.SOBRE}}" hidden>{{RouteTitle.SOBRE}}</li>
</ul>
</nav>

0 comments on commit fdb36be

Please sign in to comment.