0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 15:22:41 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into experimental-development

This commit is contained in:
Víctor Losada Hernández
2024-05-07 00:12:26 +02:00

View File

@@ -55,7 +55,7 @@ const SharePage = createClass({
editLink = this.props.brew.googleId + editLink; editLink = this.props.brew.googleId + editLink;
} }
return <Nav.item color='orange' href={`/edit/${editLink}`}> return <Nav.item color='orange' icon='fas fa-pencil-alt' href={`/edit/${editLink}`}>
edit edit
</Nav.item>; </Nav.item>;
}, },