Skip to content

Commit

Permalink
fix newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Feb 7, 2024
1 parent 3af5acc commit 70656ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/users/newsletter.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const NewsletterForm = ({ language }) => {
<div className="c-section">
<div className="l-container">
<FormProvider initialValues={formInitialState} onSubmit={handleSubmit}>
<Form ref={formRef} action="https://example.com/l/sddds/2022-03-31/fdsfdsfdh" method="post">
<Form ref={formRef} action="https://connect.wri.org/l/120942/2022-03-31/582yt4" method="post">
<fieldset className="c-field-container">
<Field
validations={['required']}
Expand Down

0 comments on commit 70656ac

Please sign in to comment.