Skip to content

Commit 038bc4a

Browse files
authored
fix: update subscription form action URL and tags (#512)
1 parent 7e66631 commit 038bc4a

File tree

1 file changed

+2
-2
lines changed
  • src/components/molecules/SubscribeSection

1 file changed

+2
-2
lines changed

src/components/molecules/SubscribeSection/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function SubscribeSection() {
2828
variant="forms.ButtonInput"
2929
as="form"
3030
sx={{ maxWidth: '460px', mx: 'auto' }}
31-
action="https://dvc.us10.list-manage.com/subscribe/post?u=a08bf93caae4063c4e6a351f6&id=24c0ecc49a"
31+
action="https://datachain.us7.list-manage.com/subscribe/post?u=7de8abe60497e4555ae20d817&id=b6c4b60e83&f_id=00f09de0f0"
3232
method="post"
3333
id="mc-embedded-subscribe-form"
3434
name="mc-embedded-subscribe-form"
@@ -43,7 +43,7 @@ function SubscribeSection() {
4343
name="EMAIL"
4444
/>
4545
<div hidden>
46-
<input type="hidden" name="tags" value="13467553" />
46+
<input type="hidden" name="tags" value="3538617" />
4747
</div>
4848
<Button variant="forms.ButtonInput.Button">Subscribe</Button>
4949
<div

0 commit comments

Comments
 (0)