Added project logo to the app home page.
This commit is contained in:
parent
2951ad3434
commit
fb20bb0859
@ -6,6 +6,12 @@ import withData from '../providers/with-data'
|
|||||||
|
|
||||||
const HomePage = () => (
|
const HomePage = () => (
|
||||||
<Page title="Apollo upload examples">
|
<Page title="Apollo upload examples">
|
||||||
|
<img
|
||||||
|
src="/static/apollo-upload-logo.svg"
|
||||||
|
width="170"
|
||||||
|
height="128"
|
||||||
|
alt="Apollo upload logo"
|
||||||
|
/>
|
||||||
<SingleUploader />
|
<SingleUploader />
|
||||||
<MultipleUploader />
|
<MultipleUploader />
|
||||||
<UploadList />
|
<UploadList />
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Loading…
x
Reference in New Issue
Block a user