File tree 3 files changed +3
-16
lines changed
3 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -67,18 +67,13 @@ const Package = ({
67
67
< hr />
68
68
< li >
69
69
< div className = { classNames ( 'Package-feature-list' , { full } ) } >
70
- { pro ? (
71
- < Fragment >
72
- Videos:< Sup > 2</ Sup >
73
- </ Fragment >
74
- ) : (
75
- < Fragment > More videos:</ Fragment >
70
+ { full && (
71
+ < Fragment > Videos:</ Fragment >
76
72
) }
77
73
</ div >
78
74
{ videos . map ( ( video , i ) => (
79
75
< div className = "Package-extra-item" key = { i } >
80
76
{ video }
81
- { full && i === 0 ? < Sup > 2</ Sup > : null }
82
77
</ div >
83
78
) ) }
84
79
</ li >
Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ const Pricing = () => (
19
19
'Apollo Federation' ,
20
20
'Server Analytics' ,
21
21
] }
22
- videos = { [
23
- 'Introduction to the codebases' ,
24
- 'Apollo Devtools' ,
25
- 'Apollo Studio' ,
26
- ] }
27
22
/>
28
23
< Package
29
24
full
@@ -40,7 +35,6 @@ const Pricing = () => (
40
35
'Preventing DoS Attacks' ,
41
36
] }
42
37
videos = { [
43
- 'Code run-throughs of Chapters 6–11' ,
44
38
< span >
45
39
Interview with{ ' ' }
46
40
< a
@@ -95,8 +89,6 @@ const Pricing = () => (
95
89
to date for at least 4 years, but we hope to continue for as long as
96
90
GraphQL is the best data-fetching system out there. (Which is probably a
97
91
long time—REST has been around for { REST_LIFESPAN } years!)
98
- < br />
99
- < sup > 2</ sup > Coming soon.
100
92
</ div >
101
93
</ div >
102
94
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const Stats = () => (
27
27
</ div >
28
28
< div className = "Stat" >
29
29
< FontAwesomeIcon icon = { faVideo } />
30
- < h3 className = "Stat-number" > 11 </ h3 >
30
+ < h3 className = "Stat-number" > 2 </ h3 >
31
31
< div className = "Stat-caption" > Videos</ div >
32
32
</ div >
33
33
</ div >
You can’t perform that action at this time.
0 commit comments