Skip to content

Commit 8515d08

Browse files
authored
Change datez
1 parent aef8fb3 commit 8515d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/html.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ export default class HTML extends React.Component<Props> {
6565
storageId: 'reactjs_banner_2020survey',
6666
normalHeight: 50,
6767
smallHeight: 75,
68-
campaignStartDate: '2020-09-27Z', // the Z is for UTC
69-
campaignEndDate: '2020-12-13Z', // the Z is for UTC
68+
campaignStartDate: '2020-10-05Z', // the Z is for UTC
69+
campaignEndDate: '2020-10-19Z', // the Z is for UTC
7070
snoozeForDays: 7,
7171
};
7272

0 commit comments

Comments
 (0)