Minor formatting tweak.
This commit is contained in:
parent
0c99e6f8d5
commit
85eab2ccd7
@ -9,14 +9,16 @@ const HomePage = () =>
|
|||||||
<div>
|
<div>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Apollo upload examples</title>
|
<title>Apollo upload examples</title>
|
||||||
<style>{`
|
<style>
|
||||||
html {
|
{`
|
||||||
font-family: sans-serif;
|
html {
|
||||||
}
|
font-family: sans-serif;
|
||||||
body {
|
}
|
||||||
margin: 2em;
|
body {
|
||||||
}
|
margin: 2em;
|
||||||
`}</style>
|
}
|
||||||
|
`}
|
||||||
|
</style>
|
||||||
</Head>
|
</Head>
|
||||||
<h1>Apollo upload examples</h1>
|
<h1>Apollo upload examples</h1>
|
||||||
<Section heading="Single file upload">
|
<Section heading="Single file upload">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user