Skip to content

Commit

Permalink
Launched dec 2023 survey
Browse files Browse the repository at this point in the history
  • Loading branch information
Spicer Matthews committed Dec 13, 2023
1 parent f943905 commit 737deec
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'

Check warning on line 760 in src/pages/index.js

View check run for this annotation

Codecov / codecov/patch

src/pages/index.js#L760

Added line #L760 was not covered by tests
)

// 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

0 comments on commit 737deec

Please sign in to comment.