Skip to content

Commit 06ecc35

Browse files
committed
home.component.html: new message at the homepage describing what this app is
1 parent ae1d441 commit 06ecc35

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/app/features/article/pages/home/home.component.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<div class="home-page">
22
<div class="banner" *ifAuthenticated="false">
33
<div class="container">
4-
<h1 class="logo-font">conduit</h1>
5-
<p>A place to share your <i>Angular</i> knowledge.</p>
4+
<h1 class="logo-font"><img src="assets/conduit-logo.svg" alt="Conduit" class="banner-logo" /></h1>
5+
<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>
611
</div>
712
</div>
813

0 commit comments

Comments
 (0)