Skip to content

Commit

Permalink
Merge pull request #553 from gladly-team/spicer/dec-survey
Browse files Browse the repository at this point in the history
Launched dec 2023 survey
  • Loading branch information
spicermatthews authored Dec 13, 2023
2 parents f943905 + 737deec commit 37e7999
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1015,26 +1015,26 @@ const Index = ({ data: fallbackData, userAgent }) => {
gutterBottom
className={classes.notificationTitle}
>
We want to hear from you!
Time for the 2023 Survey!
</Typography>

<Typography variant="body1" gutterBottom>
We'd love your feedback via this quick (&lt;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!
</Typography>
<br />
<Typography variant="body1" gutterBottom>
{/* <Typography variant="body1" gutterBottom>
Thanks for your help!
</Typography>
</Typography> */}
</div>
}
buttons={
<div className={classes.notificationButtonsWrapper}>
<Link
to="https://forms.gle/u6wpP3teLpBB4yZP6"
to="https://docs.google.com/forms/d/e/1FAIpQLScnsvTq8s3oSOzD9jaCCYcsa-LbNPQyIZDU9lSVSJWIMPeNWg/viewform"
target="_blank"
>
<Button variant="contained">Take Survey</Button>
<Button variant="contained">Take the Survey</Button>
</Link>
</div>
}
Expand Down

1 comment on commit 37e7999

@vercel
Copy link

@vercel vercel bot commented on 37e7999 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.