mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 23:01:20 +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,
|
||||
marginRight: 10,
|
||||
borderRadius: '50%',
|
||||
background: `url(${data.iconSrc})`,
|
||||
backgroundImage: `url(${data.iconSrc})`,
|
||||
backgroundSize: 'contain',
|
||||
backgroundRepeat: 'no-repeat',
|
||||
backgroundPosition: 'center center'
|
||||
|
||||
Reference in New Issue
Block a user