Updating noscript statement

This commit is contained in:
Jeff Avallone
2018-02-11 12:49:02 -05:00
parent c81943628c
commit 152bf1e361
4 changed files with 20 additions and 14 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ const PageTemplate = ({ title, children }) => (
<a href="/">Regexper</a>
</h1>
<ul>
<ul className="inline">
<li><a href="https://github.com/javallone/regexper-static">
<GithubIcon/>Source on GitHub
</a></li>
@@ -33,7 +33,7 @@ const PageTemplate = ({ title, children }) => (
{ children }
<footer>
<ul className="inline-list">
<ul className="inline with-separator">
<li>
Created by <a href="mailto:jeff.avallone@gmail.com">Jeff Avallone</a>
</li>
@@ -36,7 +36,9 @@ exports[`PageTemplate rendering 1`] = `
Regexper
</a>
</h1>
<ul>
<ul
className="inline"
>
<li>
<a
href="https://github.com/javallone/regexper-static"
@@ -52,7 +54,7 @@ exports[`PageTemplate rendering 1`] = `
</p>
<footer>
<ul
className="inline-list"
className="inline with-separator"
>
<li>
Created by
@@ -117,7 +119,9 @@ exports[`PageTemplate rendering with title 1`] = `
Regexper
</a>
</h1>
<ul>
<ul
className="inline"
>
<li>
<a
href="https://github.com/javallone/regexper-static"
@@ -133,7 +137,7 @@ exports[`PageTemplate rendering with title 1`] = `
</p>
<footer>
<ul
className="inline-list"
className="inline with-separator"
>
<li>
Created by