Skip to content

Commit 25d826c

Browse files
committed
Tweak the PWA welcome screen
1 parent 4248a4d commit 25d826c

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

client/src/Welcome.js

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,20 @@ const Welcome = () => (
3535
</div>
3636
<div className="main__content">
3737
<h1>
38-
Welcome to <strong>API Platform</strong>!
38+
Welcome to the <strong>API Platform demo</strong>!
3939
</h1>
4040
<div className="main__before-starting">
4141
<p>
42-
This container will host your <b>Progressive Web App</b>{' '}
43-
({'http:' === document.location.protocol ? <a href="https://localhost">HTTPS</a> : <a href="http://localhost">HTTP</a>}).
44-
Learn how to create your first API and generate a PWA:
42+
This container host a generated <b>Progressive Web App</b> ({'http:' === document.location.protocol ? <a href="https://localhost">HTTPS</a> : <a href="http://localhost">HTTP</a>})
43+
using <a href="https://reactjs.org">React</a> and <a href="https://redux.js.org">Redux</a>{' '}.<br />
44+
<ul>
45+
<li>Books</li>
46+
<li>Reviews</li>
47+
</ul>
4548
</p>
46-
<a
47-
target="_blank"
48-
rel="noopener noreferrer"
49-
href="https://api-platform.com/docs/"
50-
className="main__button"
51-
>
52-
Get started<Arrow />
53-
</a>
5449
</div>
5550
<div className="main__other">
56-
<h2>Available services:</h2>
51+
<h2>Related demo containers:</h2>
5752
<div className="other__bloc">
5853
<div className="other__circle">
5954
<Api />
@@ -84,6 +79,15 @@ const Welcome = () => (
8479
</div>
8580
</div>
8681
</div>
82+
<div>Learn how to create your own project:</div>
83+
<a
84+
target="_blank"
85+
rel="noopener noreferrer"
86+
href="https://api-platform.com/docs/"
87+
className="main__button"
88+
>
89+
Get started<Arrow />
90+
</a>
8791
</div>
8892
</section>
8993
<div className="welcome__help">

0 commit comments

Comments
 (0)