diff --git a/src/components/ContentCard.tsx b/src/components/ContentCard.tsx index 58d29c2ea..1f1adeee1 100644 --- a/src/components/ContentCard.tsx +++ b/src/components/ContentCard.tsx @@ -40,11 +40,6 @@ export const ContentCard = ({ )} - {type === 'video' && ( -
- {contentDuration && formatTime(contentDuration)} -
- )} {type !== 'video' && (
+
+ {contentDuration && formatTime(contentDuration)} +
)}