Browse Source

Change datez

main
Dan Abramov 4 years ago
committed by GitHub
parent
commit
8515d08327
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/html.js

4
src/html.js

@ -65,8 +65,8 @@ export default class HTML extends React.Component<Props> {
storageId: 'reactjs_banner_2020survey', storageId: 'reactjs_banner_2020survey',
normalHeight: 50, normalHeight: 50,
smallHeight: 75, smallHeight: 75,
campaignStartDate: '2020-09-27Z', // the Z is for UTC campaignStartDate: '2020-10-05Z', // the Z is for UTC
campaignEndDate: '2020-12-13Z', // the Z is for UTC campaignEndDate: '2020-10-19Z', // the Z is for UTC
snoozeForDays: 7, snoozeForDays: 7,
}; };

Loading…
Cancel
Save