mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-22 14:11:49 +00:00
Changing the print button to say get PDF. Should be more clear to users
This commit is contained in:
@@ -2,7 +2,7 @@ var React = require('react');
|
|||||||
var Nav = require('naturalcrit/nav/nav.jsx');
|
var Nav = require('naturalcrit/nav/nav.jsx');
|
||||||
|
|
||||||
module.exports = function(props){
|
module.exports = function(props){
|
||||||
return <Nav.item newTab={true} href={'/print/' + props.shareId +'?dialog=true'} color='purple' icon='fa-print'>
|
return <Nav.item newTab={true} href={'/print/' + props.shareId +'?dialog=true'} color='purple' icon='fa-file-pdf-o'>
|
||||||
print
|
get PDF
|
||||||
</Nav.item>
|
</Nav.item>
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user