From b313fdedf6bad766e5a2420f3998ba95a3b219c7 Mon Sep 17 00:00:00 2001 From: HARSH TIWARI Date: Mon, 2 Oct 2023 17:31:17 +0530 Subject: [PATCH] [Fix] bug Issue #741 --- src/components/layout/JoinUs/NewsLetter.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/layout/JoinUs/NewsLetter.jsx b/src/components/layout/JoinUs/NewsLetter.jsx index 68f73805..6b07af05 100644 --- a/src/components/layout/JoinUs/NewsLetter.jsx +++ b/src/components/layout/JoinUs/NewsLetter.jsx @@ -9,14 +9,14 @@ const NewsLetter = () => { if (windowWidth < 900) { setIframeHeight(830); } else if (windowWidth < 1250) { - setIframeHeight(700); + setIframeHeight(800); } else { - setIframeHeight(670); + setIframeHeight(740); } }, []); return ( -
+

Subscribe to our newsletter