Skip to content

Commit

Permalink
Replace hubspot newsletter form (#1133)
Browse files Browse the repository at this point in the history
* Remove hubspot form

* Revert "Remove hubspot form"

This reverts commit 54753a5.

* Use new newsletter form

---------

Co-authored-by: Debbie Matthews <[email protected]>
  • Loading branch information
sfc-gh-tteixeira and sfc-gh-dmatthews authored Aug 28, 2024
1 parent 4d92a32 commit aaf3ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/navigation/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const Footer = ({ setIsTelemetryModalVisible }) => {
not-link
${styles.IconLink}
`}
href="https://share.hsforms.com/1WGycc-S0R8qfyL2iIw_70w3wudj"
href="https://info.snowflake.com/streamlit-newsletter-sign-up.html"
target="_blank"
title="Newsletter"
>
Expand Down
2 changes: 1 addition & 1 deletion components/utilities/socialCallout.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const SocialCallout = () => {
<li className={`group ${styles.ListItem}`}>
<a
className={`${styles.Link} not-link`}
href="https://share.hsforms.com/1WGycc-S0R8qfyL2iIw_70w3wudj"
href="https://info.snowflake.com/streamlit-newsletter-sign-up.html"
target="_blank"
>
<div className={`${styles.IconContainer} ${styles.Newsletter}`}>
Expand Down

0 comments on commit aaf3ac7

Please sign in to comment.