We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e88c0 commit 15cc5d4Copy full SHA for 15cc5d4
2 files changed
src/components/landing/Footer.js
@@ -10,6 +10,7 @@ const Footer = ({ legal }) => (
10
<Fragment>
11
<hr />
12
<div className="Footer-row">
13
+ <Link to="/reviews">Reviews</Link>
14
<LinkNewTab href="https://twitter.com/graphqlguide">
15
Twitter
16
</LinkNewTab>
src/components/landing/Pricing.js
@@ -96,7 +96,7 @@ const Pricing = () => (
96
GraphQL is the best data-fetching system out there. (Which is probably a
97
long time—REST has been around for {REST_LIFESPAN} years!)
98
<br />
99
- <sup>2</sup> Videos coming soon.
+ <sup>2</sup> Coming soon.
100
</div>
101
102
0 commit comments