Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit ba1d966

Browse files
fix: remove unused html tag
should have been removed in previous merge
1 parent 5c6a491 commit ba1d966

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/app/app.component.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
<mat-sidenav #sidenav role="navigation">
77
<mat-nav-list (click)="sidenav.toggle()">
88
<a *ngFor="let menu of menus" mat-list-item routerLinkActive="active" [routerLinkActiveOptions]="menu.options" [routerLink]="menu.link">
9-
{{menu.title}}
10-
</a>
9+
{{menu.title}}
10+
</a>
1111
</mat-nav-list>
1212
</mat-sidenav>
13-
<main class="body-margin">
14-
<router-outlet></router-outlet>
15-
</main>
13+
<router-outlet></router-outlet>
1614
</mat-sidenav-container>
1715
</div>

0 commit comments

Comments
 (0)