0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 23:02:45 +00:00
This commit is contained in:
Trevor Buckner
2024-09-04 01:06:56 -04:00
parent 4f39222724
commit d7d690a9d1
5 changed files with 132 additions and 133 deletions

View File

@@ -5,11 +5,11 @@ const Nav = require('naturalcrit/nav/nav.jsx');
module.exports = function (props) {
return (
<Nav.item
color="purple"
icon="fas fa-dungeon"
href="/vault"
color='purple'
icon='fas fa-dungeon'
href='/vault'
newTab={false}
rel="noopener noreferrer"
rel='noopener noreferrer'
>
Vault
</Nav.item>