mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Bugfix/broken icon display on market place tab (#2737)
* fixed broken display on marketplace tab * updated * updated backgroudImg to background when no Imgsrc
This commit is contained in:
@@ -56,7 +56,7 @@ const ItemCard = ({ data, images, onClick }) => {
|
|||||||
flexShrink: 0,
|
flexShrink: 0,
|
||||||
marginRight: 10,
|
marginRight: 10,
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
background: `url(${data.iconSrc})`,
|
backgroundImage: `url(${data.iconSrc})`,
|
||||||
backgroundSize: 'contain',
|
backgroundSize: 'contain',
|
||||||
backgroundRepeat: 'no-repeat',
|
backgroundRepeat: 'no-repeat',
|
||||||
backgroundPosition: 'center center'
|
backgroundPosition: 'center center'
|
||||||
|
|||||||
Reference in New Issue
Block a user