Skip to content

Commit 822e36a

Browse files
committed
fixed nav link to top page
1 parent 0607f8f commit 822e36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/header/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<span class="icon-bar"></span>
1111
<span class="icon-bar"></span>
1212
</button>
13-
<a class="navbar-brand" href="#">SAMPLE APP</a>
13+
<a class="navbar-brand" [router-link]="['/Top']">SAMPLE APP</a>
1414
</div>
1515

1616
<div id="navbar" class="collapse navbar-collapse">

0 commit comments

Comments
 (0)