Fix missing padding before "Return" link in My Files
This commit is contained in:
parent
1894f833a5
commit
6db7551911
1 changed files with 2 additions and 0 deletions
|
@ -120,7 +120,9 @@ var MyFilesPage = React.createClass({
|
|||
return (
|
||||
<main>
|
||||
<h1>My files</h1>
|
||||
<section>
|
||||
{content}
|
||||
</section>
|
||||
<section>
|
||||
<Link href="/" label="<< Return" />
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue