mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 10:52:42 +00:00
8 lines
263 B
JavaScript
8 lines
263 B
JavaScript
var React = require('react');
|
|
var Nav = require('naturalcrit/nav/nav.jsx');
|
|
|
|
module.exports = function(props){
|
|
return <Nav.item newTab={true} href='https://github.com/stolksdorf/homebrewery/issues' color='red' icon='fa-bug'>
|
|
report issue
|
|
</Nav.item>
|
|
}; |