We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef8fb3 commit 8515d08Copy full SHA for 8515d08
src/html.js
@@ -65,8 +65,8 @@ export default class HTML extends React.Component<Props> {
65
storageId: 'reactjs_banner_2020survey',
66
normalHeight: 50,
67
smallHeight: 75,
68
- campaignStartDate: '2020-09-27Z', // the Z is for UTC
69
- 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
70
snoozeForDays: 7,
71
};
72
0 commit comments