From 737deec13a539bc3309ea37487e33029126632f3 Mon Sep 17 00:00:00 2001 From: Spicer Matthews Date: Wed, 13 Dec 2023 10:53:51 -0800 Subject: [PATCH] Launched dec 2023 survey --- src/pages/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index b39afc71..f880e93d 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -757,7 +757,7 @@ const Index = ({ data: fallbackData, userAgent }) => { // Our survey notification const surveyNotif = notificationsToShow.find( - (res) => res.code === 'user-survey-august-2023' + (res) => res.code === 'user-survey-december-2023' ) // Don't load the page until there is data. Data won't exist @@ -1015,26 +1015,26 @@ const Index = ({ data: fallbackData, userAgent }) => { gutterBottom className={classes.notificationTitle} > - We want to hear from you! + Time for the 2023 Survey! - We'd love your feedback via this quick (<2 min) survey - to help improve Tab for a Cause! + Help decide what is next for Tab for a Cause by providing + your feedback. Thanks for Tabbing!
- + {/* Thanks for your help! - + */} } buttons={
- +
}