chore: improve background back btn, update dependencies

This commit is contained in:
David Ralph
2022-05-11 16:09:26 +01:00
parent c3df2d7b23
commit bd05aa5ee0
32 changed files with 167 additions and 122 deletions

View File

@@ -18,7 +18,7 @@ export default class Header extends PureComponent {
<>
<div className="flexTopMarketplace">
{this.props.backButton ? (
<div className="returnButton" onClick={this.props.clickEffect} >
<div className="returnButton" onClick={this.props.clickEffect}>
<Tooltip title="back" key="backArrow">
<MdArrowBack className="backArrow" />
</Tooltip>