Skip to content

Commit 15cc5d4

Browse files
committed
Add reviews link to footer
1 parent 76e88c0 commit 15cc5d4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/landing/Footer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const Footer = ({ legal }) => (
1010
<Fragment>
1111
<hr />
1212
<div className="Footer-row">
13+
<Link to="/reviews">Reviews</Link>
1314
<LinkNewTab href="https://twitter.com/graphqlguide">
1415
Twitter
1516
</LinkNewTab>

src/components/landing/Pricing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const Pricing = () => (
9696
GraphQL is the best data-fetching system out there. (Which is probably a
9797
long time—REST has been around for {REST_LIFESPAN} years!)
9898
<br />
99-
<sup>2</sup> Videos coming soon.
99+
<sup>2</sup> Coming soon.
100100
</div>
101101
</div>
102102

0 commit comments

Comments
 (0)