Christine Abernathy
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
5 deletions
-
src/components/Banner/Banner.js
-
src/html.js
|
|
@ -11,7 +11,7 @@ import {colors, fonts, media} from 'theme'; |
|
|
|
import ExternalLinkSvg from 'templates/components/ExternalLinkSvg'; |
|
|
|
|
|
|
|
const linkProps = { |
|
|
|
href: 'https://www.surveymonkey.co.uk/r/673TZ7T', |
|
|
|
href: 'https://surveys.savanta.com/survey/selfserve/21e3/210643?list=2', |
|
|
|
target: '_blank', |
|
|
|
rel: 'noopener', |
|
|
|
}; |
|
|
@ -135,7 +135,7 @@ export default function Banner() { |
|
|
|
target="_blank" |
|
|
|
rel="noopener"> |
|
|
|
<span css={{color: colors.brand}}> |
|
|
|
Take our 2020 Community Survey! |
|
|
|
Take our 2021 Community Survey! |
|
|
|
</span> |
|
|
|
<ExternalLinkSvg |
|
|
|
cssProps={{ |
|
|
|
|
|
@ -62,11 +62,11 @@ export default class HTML extends React.Component<Props> { |
|
|
|
} |
|
|
|
|
|
|
|
activeBanner = { |
|
|
|
storageId: 'reactjs_banner_2020survey', |
|
|
|
storageId: 'reactjs_banner_2021survey', |
|
|
|
normalHeight: 50, |
|
|
|
smallHeight: 75, |
|
|
|
campaignStartDate: '2020-10-05T00:00:00Z', // the Z is for UTC
|
|
|
|
campaignEndDate: '2020-10-19T00:00:00Z', // the Z is for UTC
|
|
|
|
campaignStartDate: '2021-08-16T00:00:00Z', // the Z is for UTC
|
|
|
|
campaignEndDate: '2021-08-31T00:00:00Z', // the Z is for UTC
|
|
|
|
snoozeForDays: 7, |
|
|
|
}; |
|
|
|
|
|
|
|