File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< footer >
22 < div class ="container ">
3- < a class ="logo-font " routerLink ="/ "> conduit</ a >
3+ < a class ="logo-font " routerLink ="/ "> < img src =" assets/ conduit-logo.svg " alt =" Conduit " class =" footer-logo " /> </ a >
44 < span class ="attribution ">
55 © {{ today | date: 'yyyy' }}. An interactive learning project from
66 < a href ="https://github.com/gothinkster/realworld "> RealWorld OSS Project</ a > . Code licensed under MIT.
Original file line number Diff line number Diff line change 11< nav class ="navbar navbar-light ">
22 < div class ="container ">
3- < a class ="navbar-brand " routerLink ="/ "> conduit</ a >
3+ < a class ="navbar-brand " routerLink ="/ "> < img src =" assets/ conduit-logo.svg " alt =" Conduit " class =" navbar-logo " /> </ a >
44
55 @if (authState$ | async; as authState) {
66 <!-- Show this for logged out users -->
1515 </ li >
1616
1717 < li class ="nav-item ">
18- < a class ="nav-link " routerLink ="/register " routerLinkActive ="active "> Sign up </ a >
18+ < a class ="nav-link nav-signup " routerLink ="/register " routerLinkActive ="active "> Sign up </ a >
1919 </ li >
2020 </ ul >
2121 }
You can’t perform that action at this time.
0 commit comments