added support for images inline

This commit is contained in:
philip-ellis-sp
2023-06-06 16:27:02 -05:00
parent 5834da640b
commit 6a587e080e
6 changed files with 194 additions and 110 deletions

View File

@@ -11,9 +11,8 @@ export default function MarketplaceCard({
}) {
function setFilters(e) {
openDialogFunc({"rawData": post.raw, "title": post.title, "image": post.image, "link": post.link});
openDialogFunc({"title": post.title, "image": post.image, "link": post.link, "id": post.id});
}
return (
<div onClick={(e) => setFilters(e)}>
<div className={styles.card} >