mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 18:45:57 +00:00
8 lines
254 B
JavaScript
8 lines
254 B
JavaScript
var React = require('react');
|
|
var Nav = require('naturalcrit/nav/nav.jsx');
|
|
|
|
module.exports = function(props){
|
|
return <Nav.item newTab={true} href={'/print/' + props.shareId +'?dialog=true'} color='purple' icon='fa-print'>
|
|
print
|
|
</Nav.item>
|
|
}; |