diff --git a/lumina/components/NoteCard.tsx b/lumina/components/NoteCard.tsx index dc399ef..710cd67 100644 --- a/lumina/components/NoteCard.tsx +++ b/lumina/components/NoteCard.tsx @@ -82,27 +82,27 @@ const NoteCard: React.FC = ({ pubkey, text, eventId, tags, event
{ // imageSrc ? imageSrc.map((src, index) => ) : "" -
- {imageSrc && imageSrc.length > 1 ? ( - - - {imageSrc.map((src, index) => ( - - - - ))} - - - - - ) : ( - imageSrc ? : "" - )} -
+
+ {imageSrc && imageSrc.length > 1 ? ( + + + {imageSrc.map((src, index) => ( + + + + ))} + + + + + ) : ( + imageSrc ? : "" + )} +
}
{textWithoutImage}