We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ce489 commit 31b4a71Copy full SHA for 31b4a71
1 file changed
dotcom-rendering/src/components/EmailSignUpWrapper.island.tsx
@@ -102,7 +102,7 @@ export const EmailSignUpWrapper = ({
102
id={`EmailSignup-skip-link-${index}`}
103
blockDescription="newsletter promotion"
104
>
105
- <NewsletterSignupCard {...emailSignUpProps}>
+ <NewsletterSignupCardContainer {...emailSignUpProps}>
106
<Island priority="feature" defer={{ until: 'visible' }}>
107
<NewsletterSignupForm
108
newsletterId={emailSignUpProps.identityName}
@@ -111,7 +111,7 @@ export const EmailSignUpWrapper = ({
111
onPreviewClick={onPreviewClick}
112
/>
113
</Island>
114
- </NewsletterSignupCard>
+ </NewsletterSignupCardContainer>
115
{isSignedIn === true && (
116
<NewsletterPrivacyMessage textColor="regular" />
117
)}
0 commit comments