diff --git a/src/components/ProductUpdates.tsx b/src/components/ProductUpdates.tsx index 6d8a39f6..6c56d69d 100644 --- a/src/components/ProductUpdates.tsx +++ b/src/components/ProductUpdates.tsx @@ -9,6 +9,7 @@ import { ArrowRight, BellIcon, ChevronRightIcon, + ExternalLinkIcon, RocketIcon, XIcon } from "lucide-react"; @@ -181,9 +182,14 @@ function ProductUpdatesListPopup({
-

- {t("productUpdateWhatsNew")} -

+
+

+ {t("productUpdateWhatsNew")} +

+
+ +
+
-
- -
@@ -267,9 +270,21 @@ function ProductUpdatesListPopup({ - - {update.contents} - +
+ + {update.contents}{" "} + {update.link && ( + + Read more{" "} + + + )} + +