diff --git a/src/components/landing/Package.js b/src/components/landing/Package.js
index e63aa5a..4ed8908 100644
--- a/src/components/landing/Package.js
+++ b/src/components/landing/Package.js
@@ -67,18 +67,13 @@ const Package = ({
- {pro ? (
-
- Videos:2
-
- ) : (
- More videos:
+ {full && (
+ Videos:
)}
{videos.map((video, i) => (
{video}
- {full && i === 0 ? 2 : null}
))}
diff --git a/src/components/landing/Pricing.js b/src/components/landing/Pricing.js
index 1e671c9..ff57b62 100644
--- a/src/components/landing/Pricing.js
+++ b/src/components/landing/Pricing.js
@@ -19,11 +19,6 @@ const Pricing = () => (
'Apollo Federation',
'Server Analytics',
]}
- videos={[
- 'Introduction to the codebases',
- 'Apollo Devtools',
- 'Apollo Studio',
- ]}
/>
(
'Preventing DoS Attacks',
]}
videos={[
- 'Code run-throughs of Chapters 6–11',
Interview with{' '}
(
to date for at least 4 years, but we hope to continue for as long as
GraphQL is the best data-fetching system out there. (Which is probably a
long time—REST has been around for {REST_LIFESPAN} years!)
-
- 2 Coming soon.
diff --git a/src/components/landing/Stats.js b/src/components/landing/Stats.js
index 9844b09..7407343 100644
--- a/src/components/landing/Stats.js
+++ b/src/components/landing/Stats.js
@@ -27,7 +27,7 @@ const Stats = () => (