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={
- +
}