File tree Expand file tree Collapse file tree 4 files changed +3
-129
lines changed Expand file tree Collapse file tree 4 files changed +3
-129
lines changed Original file line number Diff line number Diff line change @@ -123,14 +123,6 @@ class Header extends React.Component {
123
123
>
124
124
Team
125
125
</ HeaderLink >
126
- < HeaderLink
127
- to = "/support-graphene"
128
- docs = { docs }
129
- className = "nav-link"
130
- activeClassName = "nav-link-active"
131
- >
132
- Support Graphene
133
- </ HeaderLink >
134
126
< a
135
127
className = "nav-link"
136
128
href = "https://github.com/graphql-python/graphene"
Original file line number Diff line number Diff line change @@ -39,29 +39,6 @@ const IndexPage = () => (
39
39
</ a >
40
40
</ div >
41
41
42
- < section className = "sponsors" >
43
- < Observer threshold = { 0.9 } >
44
- { ( { inView, ref } ) => (
45
- < div className = "small-container" ref = { ref } >
46
- < h2 > Sponsors</ h2 >
47
- < Sponsors active = { inView } />
48
- < p >
49
- Graphene is a collaboratively funded project. If you use Graphene
50
- commercially we < b > strongly encourage you to invest</ b > in its
51
- continued development by{ " " }
52
- < Link to = "/support-graphene" > becoming a sponsor</ Link > .
53
- </ p >
54
- < p >
55
- Every single apportation helps us make Graphene long-term
56
- financially sustainable.
57
- </ p >
58
- < Link className = "button" to = "/support-graphene" >
59
- Become a Sponsor!
60
- </ Link >
61
- </ div >
62
- ) }
63
- </ Observer >
64
- </ section >
65
42
< section className = "main" >
66
43
< div className = "container" >
67
44
< div className = "half" >
@@ -126,7 +103,9 @@ schema.<b>execute</b>('''
126
103
127
104
< p >
128
105
We offer integrations with different frameworks that will get you up
129
- to speed in the blink of an eye.< br /> This integrations include:
106
+ to speed in the blink of an eye.
107
+ < br />
108
+ This integrations include:
130
109
< ul >
131
110
< li >
132
111
< b > Django</ b > :{ " " }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments