Updated SidebarSectionItem image style

• Updated:
- SidebarSectionItem image style
This commit is contained in:
mgabdev 2020-07-21 22:26:22 -05:00
parent 4e44337cb2
commit 5fcc09acad

@ -111,7 +111,7 @@ export default class SidebarSectionItem extends PureComponent {
image &&
<Image
alt={title}
className={_s.circle}
className={[_s.circle, _s.overflowHidden].join(' ')}
width={iconSize}
height={iconSize}
src={image}