From c4a3e1e8ac2a560b593f5a0aa13e3a312d0b2e76 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Fri, 14 Feb 2025 17:02:40 +0530 Subject: [PATCH] chore: whats new modal width updated (#6607) --- 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 bbd3532c79..b8982ce495 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 !== "" ? (