Updating noscript statement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user