Skip to content

Commit

Permalink
fix(home link): solved problem with home link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaestro authored and Ismael Ramos committed Jun 26, 2017
1 parent b028da3 commit 9464769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/nav/nav.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header>
<nav class="navbar navbar-toggleable-md navbar-light bg-faded">
<a class="navbar-brand" href="/">{{title}}</a>
<a class="navbar-brand" href="/angular4-sample-app/">{{title}}</a>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active" routerLinkActive="active"
Expand Down

0 comments on commit 9464769

Please sign in to comment.