Web: Fix not displaing of icons.

This commit is contained in:
TatianaLopaeva 2021-02-20 18:25:46 +03:00
parent 1d1cbe01af
commit 5fdb5c8508
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -109,7 +109,7 @@ class SectionHeaderContent extends React.Component {
<HeaderContainer>
{!isCategoryOrHeader && arrayOfParams[0] && (
<IconButton
iconName="ArrowPathIcon"
iconName="static/images/arrow.path.react.svg"
size="17"
color="#A3A9AE"
hoverColor="#657077"