Added project logo to the app home page.

This commit is contained in:
Jayden Seric 2017-11-20 00:34:06 +11:00
parent 2951ad3434
commit fb20bb0859
3 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@ import withData from '../providers/with-data'
const HomePage = () => (
<Page title="Apollo upload examples">
<img
src="/static/apollo-upload-logo.svg"
width="170"
height="128"
alt="Apollo upload logo"
/>
<SingleUploader />
<MultipleUploader />
<UploadList />

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,4 +1,4 @@
![Apollo upload logo](apollo-upload-logo.svg)
![Apollo upload logo](app/static/apollo-upload-logo.svg)
# Apollo upload examples