0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 16:02:38 +00:00

icon for edit link

This commit is contained in:
Víctor Losada Hernández
2024-05-06 07:43:45 +02:00
parent 8cd4a58304
commit d3f1fde9d9

View File

@@ -55,7 +55,7 @@ const SharePage = createClass({
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
</Nav.item>;
},