diff --git a/src/molecules/00_Card/Card.tsx b/src/molecules/00_Card/Card.tsx index ec4d51e..1d4de5c 100644 --- a/src/molecules/00_Card/Card.tsx +++ b/src/molecules/00_Card/Card.tsx @@ -67,9 +67,9 @@ export const HCard = function ({ selected = false, value = '1800£', background = ECardBackground.NONE, - badgeText = 'aasda', + badgeText = '', badgeLink = '', - images = [], + images = ['https://placehold.co/600x400'], theme = 'light', }: ICard) { const gridSx = [ @@ -131,44 +131,44 @@ export const HCard = function ({ ) : undefined} + {images.length === 0 ? ( + + {onLike ? ( +