Content and style tweaks.

This commit is contained in:
Jayden Seric 2017-08-21 13:31:01 +10:00
parent 8058f88ad1
commit 6bd886e83d

View File

@ -13,6 +13,8 @@ const HomePage = () =>
{` {`
html { html {
font-family: sans-serif; font-family: sans-serif;
color: white;
background-color: #22a699;
} }
body { body {
margin: 2em; margin: 2em;
@ -21,14 +23,11 @@ const HomePage = () =>
</style> </style>
</Head> </Head>
<h1>Apollo upload examples</h1> <h1>Apollo upload examples</h1>
<Section heading="Single file upload"> <p>Select files to upload and view the responses in the console.</p>
<p>Select a file to upload and view the response in the console.</p> <Section heading="Single file">
<SingleUploader /> <SingleUploader />
</Section> </Section>
<Section heading="Multiple file upload"> <Section heading="Multiple files">
<p>
Select multiple files to upload and view the response in the console.
</p>
<MultipleUploader /> <MultipleUploader />
</Section> </Section>
<Section heading="Uploaded files"> <Section heading="Uploaded files">