Skip to content

Commit ae1d441

Browse files
committed
assets: new logo used in app
1 parent 8ac9613 commit ae1d441

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/core/layout/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
&copy; {{ today | date: 'yyyy' }}. An interactive learning project from
66
<a href="https://github.com/gothinkster/realworld">RealWorld OSS Project</a>. Code licensed under MIT.

src/app/core/layout/header.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 -->
@@ -15,7 +15,7 @@
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
}

0 commit comments

Comments
 (0)