0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 10:32:39 +00:00

Merge pull request #3457 from 5e-Cleric/icons-for-share-dropdown

icon for edit link in sharepage
This commit is contained in:
Trevor Buckner
2024-05-06 07:54:41 -04:00
committed by GitHub

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>;
}, },