0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 07:42:39 +00:00
Files
homebrewery/client/homebrew/navbar/print.navitem.jsx
2016-05-10 00:50:17 -04:00

8 lines
240 B
JavaScript

var React = require('react');
var Nav = require('naturalcrit/nav/nav.jsx');
module.exports = function(props){
return <Nav.item newTab={true} href={'/homebrew/print/' + props.shareId} color='purple' icon='fa-print'>
print
</Nav.item>
};