From f47cd076e8b26e6a5cd1cef56812954455e4ebdc Mon Sep 17 00:00:00 2001 From: shafin-deriv Date: Fri, 8 Dec 2023 12:20:20 +0800 Subject: [PATCH] chore: increase frequency of redirection banner --- src/components/Banner/move-to-dbot-banner.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Banner/move-to-dbot-banner.jsx b/src/components/Banner/move-to-dbot-banner.jsx index aac2b5940..5fece8730 100644 --- a/src/components/Banner/move-to-dbot-banner.jsx +++ b/src/components/Banner/move-to-dbot-banner.jsx @@ -24,7 +24,7 @@ const shouldShowPopup = () => { return true; } - const allowed_delay = 14; // Two weeks in days + const allowed_delay = 7; // One week in days const last_popup_date = new Date(last_deriv_redirect_popup_time); const current_date = new Date();