Skip to content

Commit 9464769

Browse files
IsmaestroIsmael Ramos
authored and
Ismael Ramos
committed
fix(home link): solved problem with home link
1 parent b028da3 commit 9464769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/nav/nav.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<nav class="navbar navbar-toggleable-md navbar-light bg-faded">
3-
<a class="navbar-brand" href="/">{{title}}</a>
3+
<a class="navbar-brand" href="/angular4-sample-app/">{{title}}</a>
44
<div class="collapse navbar-collapse" id="navbarNav">
55
<ul class="navbar-nav">
66
<li class="nav-item active" routerLinkActive="active"

0 commit comments

Comments
 (0)