Dan Abramov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/html.js
|
|
@ -65,8 +65,8 @@ export default class HTML extends React.Component<Props> { |
|
|
|
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, |
|
|
|
}; |
|
|
|
|
|
|
|