mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 16:22:42 +00:00
Adding patreon link in nav
This commit is contained in:
8
client/homebrew/navbar/patreon.navitem.jsx
Normal file
8
client/homebrew/navbar/patreon.navitem.jsx
Normal file
@@ -0,0 +1,8 @@
|
||||
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>
|
||||
};
|
||||
Reference in New Issue
Block a user