Skip to content

Commit

Permalink
feat: hide our heroes link
Browse files Browse the repository at this point in the history
  • Loading branch information
leono286 committed Sep 3, 2018
1 parent 63c47e5 commit ab8dd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/core/menu/menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
(click)="drawer.toggle()"
class="menu-link"
[routerLink]="['/ng-girls']">NgGirls</a>
<a mat-list-item
<!-- <a mat-list-item
(click)="drawer.toggle()"
class="menu-link"
[routerLink]="['/heroes']">Our Heroes</a>
[routerLink]="['/heroes']">Our Heroes</a> -->
<a mat-list-item
(click)="drawer.toggle()"
class="menu-link"
Expand Down

0 comments on commit ab8dd61

Please sign in to comment.