From 71b41fa22b66149f11489a2ac63308d9e69975d3 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:51:26 +0530 Subject: [PATCH] chore: whats new modal width updated (#6605) --- web/core/components/global/product-updates/modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/components/global/product-updates/modal.tsx b/web/core/components/global/product-updates/modal.tsx index c2700e1814..bbd3532c79 100644 --- a/web/core/components/global/product-updates/modal.tsx +++ b/web/core/components/global/product-updates/modal.tsx @@ -21,7 +21,7 @@ export const ProductUpdatesModal: FC = observer((props const { config } = useInstance(); return ( - +
{config?.instance_changelog_url && config?.instance_changelog_url !== "" ? (