Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launched dec 2023 survey #553

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@

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