Skip to content

Commit

Permalink
Fixes fossasia#167 reloading the page is avoided
Browse files Browse the repository at this point in the history
updated routes
  • Loading branch information
nikhilrayaprolu committed May 8, 2017
1 parent 5411634 commit 6c3993a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/footer-navbar/footer-navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<a href="//github.com/fossasia/susper.com">Code</a>
</div>
<div class="right-side">
<a href="/terms">Terms</a>
<a href="/contact">Contact</a>
<a routerLink="/terms" routerLinkActive="active">Terms</a>
<a routerLink="/contact" routerLinkActive="active">Contact</a>
</div>
</footer>

0 comments on commit 6c3993a

Please sign in to comment.