mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 19:52:41 +00:00
fix undefined class
This commit is contained in:
@@ -6,7 +6,7 @@ const dedent = require('dedent-tabs').default;
|
||||
const Nav = require('naturalcrit/nav/nav.jsx');
|
||||
|
||||
module.exports = function(props){
|
||||
return <Nav.dropdown>
|
||||
return <Nav.dropdown className="help">
|
||||
<Nav.item color='grey' icon='fas fa-question-circle'>
|
||||
need help?
|
||||
</Nav.item>
|
||||
|
||||
Reference in New Issue
Block a user