0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 20:29:43 +00:00
Files
homebrewery/client/homebrew/navbar/patreon.navitem.jsx
Víctor Losada Hernández fc8656e05b all imports
2026-01-20 22:14:34 +01:00

14 lines
278 B
JavaScript

import React from 'react';
import Nav from 'client/homebrew/navbar/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>;
};