mirror of
https://github.com/mue/mue.git
synced 2026-07-26 18:21:27 +02:00
fix: custom search engine settings, marketplace translation
This commit is contained in:
@@ -19,7 +19,10 @@ export default class Header extends PureComponent {
|
||||
<div className="flexTopMarketplace">
|
||||
{this.props.backButton ? (
|
||||
<div className="returnButton" onClick={this.props.clickEffect}>
|
||||
<Tooltip title={getMessage('modals.main.navbar.marketplace.product.buttons.back')} key="backArrow">
|
||||
<Tooltip
|
||||
title={getMessage('modals.main.navbar.marketplace.product.buttons.back')}
|
||||
key="backArrow"
|
||||
>
|
||||
<MdArrowBack className="backArrow" />
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user