mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 07:56:59 +00:00
yolo
This commit is contained in:
parent
6cec2dbfe3
commit
a35f0a363e
@ -15,8 +15,7 @@ export default function NewsletterSignup() {
|
|||||||
className="space-x-px md:flex"
|
className="space-x-px md:flex"
|
||||||
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}`}
|
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"
|
method="post"
|
||||||
name="mc-embedded-subscribe-form"
|
name="mc-embedded-subscribe-footer-form"
|
||||||
target="_blank"
|
|
||||||
>
|
>
|
||||||
<label htmlFor="email-address" className="sr-only">
|
<label htmlFor="email-address" className="sr-only">
|
||||||
{t('newsletter.placeholder')}
|
{t('newsletter.placeholder')}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user