Skip to content

Commit dc34c9a

Browse files
committed
Update copy
1 parent 798706b commit dc34c9a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/landing/AboveFold.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const AboveFold = () => (
2525
<ElonLanding />
2626
<div className="AboveFold-text">
2727
<Typography className="AboveFold-title" variant="display1">
28-
GraphQL is <span className="-nowrap">pain-free</span> REST
28+
GraphQL is the new <span className="-nowrap">(pain-free)</span>{' '}
29+
REST
2930
</Typography>
3031
<Typography className="AboveFold-subtitle" variant="body1">
3132
GraphQL is the best way to fetch data for your app, and The

src/components/landing/Pricing.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ const Pricing = () => (
104104

105105
<div className="Pricing-notes" id="pricing-notes">
106106
<div className="Pricing-note">
107-
<sup>1</sup> Two years after v1.0 is released (ETA March 2021).
107+
<sup>1</sup> Two years after v1.0 is released (release estimated March
108+
2021).
108109
</div>
109110
<div className="Pricing-note">
110111
<sup>2</sup> Free updates for the lifetime of the book. We’ll keep it up

0 commit comments

Comments
 (0)