This repository was archived by the owner on Apr 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -277,28 +277,11 @@ const Nav = () => {
277
277
278
278
< ul className = { `nav__items ${ isNavRendered ? 'navIsRendered' : 'navIsNotRendered' } ` } >
279
279
< li className = "nav__item" > < Link activeClassName = "active" to = '/features/' className = "link" > Features</ Link > </ li >
280
- < li className = "nav__item" > < Link activeClassName = "active" to = '/self-hosted/' className = "link" > Self-Hosted </ Link > </ li >
280
+ < li className = "nav__item" > < Link activeClassName = "active" to = '/self-hosted/' className = "link" > Install </ Link > </ li >
281
281
< li className = "nav__item" > < Link activeClassName = "active" to = '/pricing/' className = "link" > Pricing</ Link > </ li >
282
- < li className = "nav__item" >
283
- < DropDown
284
- title = "Resources"
285
- links = { [
286
- {
287
- text : 'Docs' ,
288
- to : '/docs/'
289
- } ,
290
- {
291
- text : 'Blog' ,
292
- to : '/blog/'
293
- } ,
294
- {
295
- text : 'Community' ,
296
- to : 'https://community.gitpod.io/' ,
297
- target : true
298
- }
299
- ] }
300
- />
301
- </ li >
282
+ < li className = "nav__item" > < Link activeClassName = "active" to = '/docs/' className = "link" > Docs</ Link > </ li >
283
+ < li className = "nav__item" > < Link activeClassName = "active" to = '/blog/' className = "link" > Blog</ Link > </ li >
284
+ < li className = "nav__item" > < Link activeClassName = "active" to = 'https://community.gitpod.io/' target = 'true' className = "link" > Community</ Link > </ li >
302
285
< li className = "nav__item" > < a href = "https://gitpod.io/login/" rel = "noopener" className = "btn btn--small" > Log In</ a > </ li >
303
286
</ ul >
304
287
You can’t perform that action at this time.
0 commit comments