We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1d441 commit 06ecc35Copy full SHA for 06ecc35
1 file changed
src/app/features/article/pages/home/home.component.html
@@ -1,8 +1,13 @@
1
<div class="home-page">
2
<div class="banner" *ifAuthenticated="false">
3
<div class="container">
4
- <h1 class="logo-font">conduit</h1>
5
- <p>A place to share your <i>Angular</i> knowledge.</p>
+ <h1 class="logo-font"><img src="assets/conduit-logo.svg" alt="Conduit" class="banner-logo" /></h1>
+ <p>
6
+ This is the
7
+ <a href="https://github.com/realworld-apps/angular-realworld-example-app">Angular frontend</a> demo from the
8
+ <a href="https://github.com/realworld-apps/realworld">Realworld</a> project.<br />
9
+ This demo is connected to a demo backend that enforces session isolation.
10
+ </p>
11
</div>
12
13
0 commit comments