mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-28 09:01:30 -05:00
+ Moved away from deprecated navbar components and props + Removed mixin from NavItem + Updated stylesheet so the `.container` react-bootstrap adds doesn't impact nav positioning
24 lines
421 B
JSON
24 lines
421 B
JSON
[{
|
|
"content": "Map",
|
|
"link": "/map"
|
|
}, {
|
|
"content": "Chat",
|
|
"link": "//gitter.im/FreeCodeCamp/FreeCodeCamp",
|
|
"target": "_blank"
|
|
},{
|
|
"content": "News",
|
|
"link": "/news",
|
|
"target": "_blank"
|
|
},{
|
|
"content": "Wiki",
|
|
"link": "https://github.com/freecodecamp/freecodecamp/wiki/",
|
|
"target": "_blank"
|
|
},{
|
|
"content": "Jobs",
|
|
"link": "/jobs",
|
|
"react": true
|
|
},{
|
|
"content": "Links",
|
|
"link": "/links"
|
|
}]
|