0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-26 16:58:11 +00:00

dropdown classes fix

This commit is contained in:
Víctor Losada Hernández
2024-03-06 19:43:44 +01:00
parent b2b276c3a3
commit dbe60e3ff1
7 changed files with 8 additions and 8 deletions

View File

@@ -355,14 +355,14 @@ const EditPage = createClass({
{this.renderGoogleDriveIcon()}
{this.state.error ?
<ErrorNavItem error={this.state.error} parent={this}></ErrorNavItem> :
<Nav.dropdown className='save-menu'>
<Nav.dropdown>
{this.renderSaveButton()}
{this.renderAutoSaveButton()}
</Nav.dropdown>
}
<NewBrew />
<HelpNavItem/>
<Nav.dropdown className="share">
<Nav.dropdown>
<Nav.item color='teal' icon='fas fa-share-alt'>
share
</Nav.item>

View File

@@ -60,7 +60,7 @@ const SharePage = createClass({
<Nav.section>
{this.props.brew.shareId && <>
<PrintLink shareId={this.processShareId()} />
<Nav.dropdown className="source">
<Nav.dropdown>
<Nav.item color='red' icon='fas fa-code'>
source
</Nav.item>