mirror of https://github.com/FlowiseAI/Flowise.git
Bugfix/broken icon display on market place tab (#2737)
* fixed broken display on marketplace tab * updated * updated backgroudImg to background when no Imgsrcpull/2749/head
parent
4d174495dc
commit
512df4197c
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue