mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-28 20:58:13 +00:00
fix undefined class
This commit is contained in:
@@ -362,7 +362,7 @@ const EditPage = createClass({
|
||||
}
|
||||
<NewBrew />
|
||||
<HelpNavItem/>
|
||||
<Nav.dropdown>
|
||||
<Nav.dropdown className="share">
|
||||
<Nav.item color='teal' icon='fas fa-share-alt'>
|
||||
share
|
||||
</Nav.item>
|
||||
|
||||
@@ -60,7 +60,7 @@ const SharePage = createClass({
|
||||
<Nav.section>
|
||||
{this.props.brew.shareId && <>
|
||||
<PrintLink shareId={this.processShareId()} />
|
||||
<Nav.dropdown>
|
||||
<Nav.dropdown className="source">
|
||||
<Nav.item color='red' icon='fas fa-code'>
|
||||
source
|
||||
</Nav.item>
|
||||
|
||||
Reference in New Issue
Block a user