Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

chore: increase frequency of redirection banner #384

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Banner/move-to-dbot-banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down