-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging staging branch into prod branch
- Loading branch information
Showing
33 changed files
with
748 additions
and
491 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
export const GENE_EXPRESSION_BANNER_SURVEY_LINK = | ||
"https://airtable.com/shrLwepDSEX1HI6bo"; | ||
export const CELL_GUIDE_BANNER_SURVEY_LINK = | ||
"https://airtable.com/shrEReYLtRTAAsNiE"; | ||
export const CELL_GUIDE_CORRECTION_SURVEY_LINK = | ||
"https://airtable.com/shr6hViGxXnJIxIVJ"; | ||
export const BANNER_FEEDBACK_SURVEY_LINK = | ||
"https://airtable.com/app8fNSQ8ieIiHLOv/shrmD31azkGtSupmO"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
export const FORM_CONTAINER_ID = "hubspot-form-container"; | ||
export const FORM_CONTAINER_ID = "form-container"; | ||
export const FORM_CONTAINER_ID_QUERY = `#${FORM_CONTAINER_ID}`; | ||
export const FAILED_EMAIL_VALIDATION_STRING = | ||
"Please provide a valid email address."; | ||
export const HIDDEN_NEWSLETTER_SUCCESS_MESSAGE = | ||
"Thank you for joining our newsletter."; | ||
|
||
export const BOTTOM_BANNER_EXPIRATION_TIME_MS = 30 * 24 * 60 * 60 * 1000; // 30 days | ||
export const BOTTOM_BANNER_LAST_CLOSED_TIME_KEY = "bottomBannerLastClosedTime"; | ||
export const BOTTOM_BANNER_SURVEY_LINK_TEXT = "quick survey."; | ||
export const BOTTOM_BANNER_SURVEY_TEXT = "Send us feedback with this"; | ||
|
||
//(smcanny) 07/24 - Newsletter constants not currently in use | ||
// leaving it here incase a new newsletter modal is established | ||
export const NEWSLETTER_SIGNUP_TITLE = "Join Our Newsletter"; | ||
export const NEWSLETTER_SIGNUP_MESSAGE = "Thanks for subscribing!"; | ||
export const NEWSLETTER_SIGNUP_SUCCESS_MESSAGE = | ||
"Get a quarterly email with the latest CELLxGENE features and data."; | ||
export const NEWSLETTER_SIGNUP_UNSUBSCRIBE_MESSAGE_UPON_SIGNUP = | ||
'To unsubscribe, click on the "Unsubscribe" link at the bottom of the newsletter.'; | ||
export const NEWSLETTER_SIGNUP_UNSUBSCRIBE_MESSAGE = "Unsubscribe at any time."; | ||
export const HUBSPOT_URL = "https://js.hsforms.net/forms/v2.js"; | ||
export const NEWSLETTER_SIGNUP_BANNER_SUBSCRIBE_BUTTON_TEXT = "Subscribe"; | ||
export const NEWSLETTER_SIGNUP_BANNER_SUBSCRIBE_TEXT = | ||
"to our newsletter to receive updates about new features."; | ||
export const NEWSLETTER_SIGNUP_BANNER_SURVEY_LINK_TEXT = "quick survey."; | ||
export const NEWSLETTER_SIGNUP_BANNER_SURVEY_TEXT = | ||
"Send us feedback with this"; | ||
export const FAILED_EMAIL_VALIDATION_STRING = | ||
"Please provide a valid email address."; | ||
export const HIDDEN_NEWSLETTER_SUCCESS_MESSAGE = | ||
"Thank you for joining our newsletter."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.