Skip to content

Commit aaf3ac7

Browse files
Replace hubspot newsletter form (#1133)
* Remove hubspot form * Revert "Remove hubspot form" This reverts commit 54753a5. * Use new newsletter form --------- Co-authored-by: Debbie Matthews <[email protected]>
1 parent 4d92a32 commit aaf3ac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/navigation/footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const Footer = ({ setIsTelemetryModalVisible }) => {
152152
not-link
153153
${styles.IconLink}
154154
`}
155-
href="https://share.hsforms.com/1WGycc-S0R8qfyL2iIw_70w3wudj"
155+
href="https://info.snowflake.com/streamlit-newsletter-sign-up.html"
156156
target="_blank"
157157
title="Newsletter"
158158
>

components/utilities/socialCallout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const SocialCallout = () => {
129129
<li className={`group ${styles.ListItem}`}>
130130
<a
131131
className={`${styles.Link} not-link`}
132-
href="https://share.hsforms.com/1WGycc-S0R8qfyL2iIw_70w3wudj"
132+
href="https://info.snowflake.com/streamlit-newsletter-sign-up.html"
133133
target="_blank"
134134
>
135135
<div className={`${styles.IconContainer} ${styles.Newsletter}`}>

0 commit comments

Comments
 (0)