From 075b69cd6ba222ce735f8072877910e0892ecec5 Mon Sep 17 00:00:00 2001 From: Christine Abernathy Date: Mon, 16 Aug 2021 12:26:16 -0500 Subject: [PATCH] Activate banner for 2021 survey (#3854) --- src/components/Banner/Banner.js | 4 ++-- src/html.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Banner/Banner.js b/src/components/Banner/Banner.js index 9c7b2ed6..1b2cce6e 100644 --- a/src/components/Banner/Banner.js +++ b/src/components/Banner/Banner.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"> - Take our 2020 Community Survey! + Take our 2021 Community Survey! { } 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, };