docs: add gallery screenshot & link in README (#10988)

* docs: add gallery screenshot & link in README

* deallowing large files
This commit is contained in:
Maxime Beauchemin
2020-09-21 22:48:55 -07:00
committed by GitHub
parent 8e4a1c8356
commit 3be8bdad9a
4 changed files with 6 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ const NotFoundPage = () => (
<Layout>
<SEO title="404: Not found" />
<h1>NOT FOUND</h1>
<p>Sorry, you've requested a page that does not exist.</p>
<p>Sorry, you&apos;ve requested a page that does not exist.</p>
</Layout>
);