mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-31 03:08:12 +00:00
13
client/homebrew/navbar/patreon.navitem.jsx
Normal file
13
client/homebrew/navbar/patreon.navitem.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import Nav from './nav.jsx';
|
||||
|
||||
export default function(props){
|
||||
return <Nav.item
|
||||
className='patreon'
|
||||
newTab={true}
|
||||
href='https://www.patreon.com/NaturalCrit'
|
||||
color='green'
|
||||
icon='fas fa-heart'>
|
||||
help out
|
||||
</Nav.item>;
|
||||
};
|
||||
Reference in New Issue
Block a user