Skip to content

Commit 075b69c

Browse files
author
Christine Abernathy
authored
Activate banner for 2021 survey (#3854)
1 parent 95e15d0 commit 075b69c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/Banner/Banner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {colors, fonts, media} from 'theme';
1111
import ExternalLinkSvg from 'templates/components/ExternalLinkSvg';
1212

1313
const linkProps = {
14-
href: 'https://www.surveymonkey.co.uk/r/673TZ7T',
14+
href: 'https://surveys.savanta.com/survey/selfserve/21e3/210643?list=2',
1515
target: '_blank',
1616
rel: 'noopener',
1717
};
@@ -135,7 +135,7 @@ export default function Banner() {
135135
target="_blank"
136136
rel="noopener">
137137
<span css={{color: colors.brand}}>
138-
Take our 2020 Community Survey!
138+
Take our 2021 Community Survey!
139139
</span>
140140
<ExternalLinkSvg
141141
cssProps={{

src/html.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ export default class HTML extends React.Component<Props> {
6262
}
6363
6464
activeBanner = {
65-
storageId: 'reactjs_banner_2020survey',
65+
storageId: 'reactjs_banner_2021survey',
6666
normalHeight: 50,
6767
smallHeight: 75,
68-
campaignStartDate: '2020-10-05T00:00:00Z', // the Z is for UTC
69-
campaignEndDate: '2020-10-19T00:00:00Z', // the Z is for UTC
68+
campaignStartDate: '2021-08-16T00:00:00Z', // the Z is for UTC
69+
campaignEndDate: '2021-08-31T00:00:00Z', // the Z is for UTC
7070
snoozeForDays: 7,
7171
};
7272

0 commit comments

Comments
 (0)