mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 21:47:51 +00:00
Update newsletter-signup.tsx
This commit is contained in:
parent
0074ed41aa
commit
74e7600fc0
@ -14,7 +14,6 @@ export default function NewsletterSignup() {
|
||||
action={`${process?.env?.NEXT_PUBLIC_MAILCHIMP_HOST}/subscribe/post?u=${process?.env?.NEXT_PUBLIC_MAILCHIMP_USER_ID}&id=${process?.env?.NEXT_PUBLIC_MAILCHIMP_LIST_ID}`}
|
||||
method="post"
|
||||
name="mc-embedded-subscribe-form"
|
||||
target="_blank"
|
||||
>
|
||||
<label htmlFor="email-address" className="sr-only">
|
||||
{t('newsletter.placeholder')}
|
||||
|
Loading…
x
Reference in New Issue
Block a user