mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 06:22:40 +00:00
indent with tabs
This commit is contained in:
@@ -2,11 +2,16 @@ const React = require('react');
|
|||||||
|
|
||||||
const Nav = require('naturalcrit/nav/nav.jsx');
|
const Nav = require('naturalcrit/nav/nav.jsx');
|
||||||
|
|
||||||
module.exports = function(props){
|
module.exports = function (props) {
|
||||||
return<Nav.item color='purple' icon='fas fa-dungeon'
|
return (
|
||||||
href='/vault'
|
<Nav.item
|
||||||
|
color="purple"
|
||||||
|
icon="fas fa-dungeon"
|
||||||
|
href="/vault"
|
||||||
newTab={false}
|
newTab={false}
|
||||||
rel='noopener noreferrer'>
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
Vault
|
Vault
|
||||||
</Nav.item>
|
</Nav.item>
|
||||||
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user