Skip to content

Commit 0deb86a

Browse files
committed
Update landing quote
1 parent cb39e12 commit 0deb86a

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

src/components/landing/AboveFold.js

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

src/components/landing/ElonLanding.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
width: 200px;
1111
margin-top: 10px;
1212
}
13+
14+
.ElonLanding-quote {
15+
font-size: 1.8rem !important;
16+
}

src/components/landing/ElonLanding.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ const ElonLanding = () => (
1010
As recommended by Elon Musk!
1111
</Typography> */}
1212

13-
<Typography className="ElonLanding-quote" variant="display1">
14-
“The future is all… GraphQL.”
15-
</Typography>
16-
1713
<a
18-
href="https://twitter.com/%3Cspan%20class="x x-first x-last">boredelonmusk"
14+
href="https://twitter.com/%3Cspan%20class="x x-first x-last">BoredElonMusk/status/1366887300844584961"
1915
target="_blank"
2016
rel="noopener noreferrer"
2117
>
18+
<Typography className="ElonLanding-quote" variant="display1">
19+
“The future is all robo-colonoscopies and GraphQL.”
20+
</Typography>
21+
2222
<Image
2323
className="ElonLanding-avatar"
2424
publicId="bored-elon-musk"

0 commit comments

Comments
 (0)