Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Changing navbar buttons to anchors (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Aug 9, 2018
1 parent 589f009 commit 0382578
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/app/_components/nav/nav.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@

<span class="fill-remaining-space"></span>

<button mat-button [routerLink]="['/about']">About</button>
<button mat-button [routerLink]="['/demo']">Demo</button>
<button mat-button [routerLink]="['/docs']">Docs</button>
<a href="https://rapidapi.com/zestfuldata/api/Recipe%20and%20Ingredient%20Analysis">
<button mat-button color="accent">Get Started</button>
</a>
<a mat-button [routerLink]="['/about']">About</a>
<a mat-button [routerLink]="['/demo']">Demo</a>
<a mat-button [routerLink]="['/docs']">Docs</a>
<a href="https://rapidapi.com/zestfuldata/api/Recipe%20and%20Ingredient%20Analysis" mat-button color="accent">Get Started</a>
</mat-toolbar>

<mat-toolbar color="primary" class="compressed">
Expand Down

0 comments on commit 0382578

Please sign in to comment.