diff --git a/src/components/Posts/PostCardNew.jsx b/src/components/Posts/PostCardNew.jsx index 05c70ad..b72e8d0 100644 --- a/src/components/Posts/PostCardNew.jsx +++ b/src/components/Posts/PostCardNew.jsx @@ -590,9 +590,82 @@ export default function PostCardNew({ post, selected, onSelect, onPostDeleted, o {/* ───────────────────────────────────────────────────────────────────────── - Image/Gallery + Image/Gallery - Content type specific rendering ───────────────────────────────────────────────────────────────────────── */} - {hasGalleryImage ? ( + {contentType === "camera" || contentType === "live" || contentType === "stream" ? ( + /* LIVE/Camera: TV-style card with red pulsing dot */ +