mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Rename drop menu item to be consistent with naming.
This commit is contained in:
parent
f7714412e5
commit
862adf3a4b
@ -301,7 +301,7 @@ App.prototype.renderDropdown = function () {
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
h(DropMenuItem, {
|
h(DropMenuItem, {
|
||||||
label: 'Help',
|
label: 'Info',
|
||||||
closeMenu: () => this.setState({ isMainMenuOpen: !isOpen }),
|
closeMenu: () => this.setState({ isMainMenuOpen: !isOpen }),
|
||||||
action: () => this.props.dispatch(actions.showInfoPage()),
|
action: () => this.props.dispatch(actions.showInfoPage()),
|
||||||
icon: h('i.fa.fa-question.fa-lg'),
|
icon: h('i.fa.fa-question.fa-lg'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user