Skip to content

Commit

Permalink
Added routerLink to missed anchor tags in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Plascencia committed Mar 1, 2018
1 parent 392c494 commit bd290a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<nav class="navbar navbar-expand-lg" id="homenav">
<a class="navbar-brand" href="#" id="navbrand">
<a class="navbar-brand" routerLink="" id="navbrand">
<i class="far fa-newspaper fa-2x"></i>
</a>
<a href="#"><span class="align-top" style="color:ivory">SRSLY</span></a>
<a routerLink=""><span class="align-top" style="color:ivory">SRSLY</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down

0 comments on commit bd290a7

Please sign in to comment.