Skip to content

Commit

Permalink
fix: change blog links
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Dec 29, 2020
1 parent 0c1987d commit 456d9c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { map } from 'rxjs/operators';
>
<mat-toolbar>Menu</mat-toolbar>
<mat-nav-list>
<a mat-list-item linkTo="/" (click)="drawer.close()">Home</a>
<a mat-list-item linkTo="/blog" (click)="drawer.close()">Home</a>
<a mat-list-item linkTo="/blog" (click)="drawer.close()">Posts</a>
<a mat-list-item linkTo="/live" (click)="drawer.close()">Live Stream</a>
<a mat-list-item linkTo="/about" (click)="drawer.close()"
Expand All @@ -40,7 +40,7 @@ import { map } from 'rxjs/operators';
<mat-icon aria-label="Side nav toggle icon">menu</mat-icon>
</button>
<a linkTo="/">Brandon Roberts</a>
<a linkTo="/blog">Brandon Roberts</a>
<div class="social">
<a *ngIf="!(isHandset$ | async)" linkTo="/blog">Posts</a>
Expand Down

0 comments on commit 456d9c5

Please sign in to comment.