mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 10:02:43 +00:00
Nav item
This commit is contained in:
12
client/homebrew/navbar/vault.navitem.jsx
Normal file
12
client/homebrew/navbar/vault.navitem.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
const React = require('react');
|
||||
|
||||
const Nav = require('naturalcrit/nav/nav.jsx');
|
||||
|
||||
module.exports = function(props){
|
||||
return<Nav.item color='purple' icon='fas fa-dungeon'
|
||||
href='/vault'
|
||||
newTab={false}
|
||||
rel='noopener noreferrer'>
|
||||
Vault
|
||||
</Nav.item>
|
||||
};
|
||||
Reference in New Issue
Block a user