socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit f89e3e8cd465cc5bfa0e83e4782f8bd71bce995c
parent e31edf020570d7afd6e25b9da099f0215f0e6019
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 31 Mar 2018 22:25:49 +0200

Wire up login page to the header

Diffstat:
Msrc/app/app.component.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/app/app.component.html b/src/app/app.component.html @@ -11,6 +11,8 @@ <a class="nav--link" routerLink="/">Home</a> <a class="nav--link" routerLink="/features">Features</a> <a class="nav--link" routerLink="/papers">Papers</a> + <!-- TODO check if already logged in and otherwise do show link to Profile page --> + <a class="nav--link" routerLink="/login">Login</a> </nav> </div>