0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 20:42:44 +00:00
Files
homebrewery/client/homebrew/navbar/patreon.navitem.jsx
2016-05-14 17:11:32 -04:00

8 lines
241 B
JavaScript

var React = require('react');
var Nav = require('naturalcrit/nav/nav.jsx');
module.exports = function(props){
return <Nav.item newTab={true} href='https://www.patreon.com/stolksdorf' color='green' icon='fa-gift'>
help out
</Nav.item>
};