From 8515d08327a957f36fc0a2b7f89eade655099075 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 1 Oct 2020 22:44:15 +0100 Subject: [PATCH] Change datez --- src/html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/html.js b/src/html.js index 7e7834d6..d2884d72 100644 --- a/src/html.js +++ b/src/html.js @@ -65,8 +65,8 @@ export default class HTML extends React.Component { storageId: 'reactjs_banner_2020survey', normalHeight: 50, smallHeight: 75, - campaignStartDate: '2020-09-27Z', // the Z is for UTC - campaignEndDate: '2020-12-13Z', // the Z is for UTC + campaignStartDate: '2020-10-05Z', // the Z is for UTC + campaignEndDate: '2020-10-19Z', // the Z is for UTC snoozeForDays: 7, };