diff --git a/src/components/ProductUpdates.tsx b/src/components/ProductUpdates.tsx index 9a06de19..630d0800 100644 --- a/src/components/ProductUpdates.tsx +++ b/src/components/ProductUpdates.tsx @@ -184,22 +184,20 @@ function ProductUpdatesListPopup({
-
- -
+

{t("productUpdateWhatsNew")}

- +
@@ -334,53 +332,50 @@ function NewVersionAvailable({ return ( -
- {version && ( - <> -
-
- -
-

- {t("pangolinUpdateAvailable")} -

- + {version && ( + +
+ +

+ {t("pangolinUpdateAvailable")} +

+ +
+
+
+ + )} ); }