Fix missing padding before "Return" link in My Files

This commit is contained in:
Alex Liebowitz 2016-05-20 06:41:04 -04:00
parent 1894f833a5
commit 6db7551911

View file

@ -120,7 +120,9 @@ var MyFilesPage = React.createClass({
return (
<main>
<h1>My files</h1>
<section>
{content}
</section>
<section>
<Link href="/" label="<< Return" />
</section>