Skip to content

Commit 65bef2a

Browse files
committed
fix: update hidden input name for subscription form
Corrected the name attribute for the hidden input field.
1 parent 038bc4a commit 65bef2a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/components/molecules/SubscribeSection/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function SubscribeSection() {
5252
>
5353
<input
5454
type="text"
55-
name="b_a08bf93caae4063c4e6a351f6_24c0ecc49a"
55+
name="b_7de8abe60497e4555ae20d817_b6c4b60e83"
5656
tabIndex={-1}
5757
/>
5858
</div>

0 commit comments

Comments
 (0)