File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,6 @@ export const Footer = () => (
105
105
Cloud docs
106
106
</ Link >
107
107
</ li >
108
- < li className = { styles . navColumnItem } >
109
- < Link className = { styles . navColumnLink } to = { '/examples' } >
110
- Examples & Tutorials
111
- </ Link >
112
- </ li >
113
108
< li className = { styles . navColumnItem } >
114
109
< Link className = { styles . navColumnLink } to = { '/integrations' } >
115
110
Integrations
@@ -131,6 +126,14 @@ export const Footer = () => (
131
126
Build vs Buy
132
127
</ a >
133
128
</ li >
129
+ < li className = { styles . navColumnItem } >
130
+ < a
131
+ className = { styles . navColumnLink }
132
+ href = { `${ main } /resource-library` }
133
+ >
134
+ Resource library
135
+ </ a >
136
+ </ li >
134
137
</ ul >
135
138
</ div >
136
139
< div className = { 'col-lg-3 col-sm-6 col-12' } >
You can’t perform that action at this time.
0 commit comments