diff --git a/client/homebrew/navbar/help.navitem.jsx b/client/homebrew/navbar/help.navitem.jsx new file mode 100644 index 000000000..b4be18319 --- /dev/null +++ b/client/homebrew/navbar/help.navitem.jsx @@ -0,0 +1,25 @@ +const React = require('react'); +const createClass = require('create-react-class'); +const _ = require('lodash'); + +const Nav = require('naturalcrit/nav/nav.jsx'); + +module.exports = function(props){ + return + + need help? + + + report issue + + + migrate + + ; +};