diff --git a/apps/app/components/ui/product-updates-modal.tsx b/apps/app/components/ui/product-updates-modal.tsx index b3388d31e..24214b488 100644 --- a/apps/app/components/ui/product-updates-modal.tsx +++ b/apps/app/components/ui/product-updates-modal.tsx @@ -31,7 +31,7 @@ export const ProductUpdatesModal: React.FC = ({ isOpen, setIsOpen }) => { leaveFrom="opacity-100" leaveTo="opacity-0" > -
+
@@ -64,15 +64,15 @@ export const ProductUpdatesModal: React.FC = ({ isOpen, setIsOpen }) => { {updates && updates.length > 0 ? ( - updates.map((item: any, index: number) => ( + updates.map((item, index: number) => ( <> -
- +
+ {item.tag_name} {renderLongDateFormat(item.published_at)} {index === 0 && ( - + New )}