Skip to content

Commit

Permalink
feat(Educators): use newslettersignupform component
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekaplan123 committed Oct 8, 2024
1 parent fd6aa89 commit 63f1584
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions static/js/StaticPages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2406,13 +2406,7 @@ const HeaderForEducatorsPage = () => {
<span className="int-he">{heTitle}</span>
</h1>
<SimpleInterfaceBlock classes="staticPageHeaderText" he={heText} en={enText}/>
<SubscribeButton
enAction={"Sign up to get updates"}
heAction={"הירשמו לקבלת הניוזלטר"}
heLists={"Announcements_General_Hebrew|Announcements_Edu_Hebrew"}
enLists={"Announcements_General|Announcements_Edu"}
redirectURL={"/register?educator=true&next=/educators"}
/>
<NewsletterSignUpForm contextName="educators" />
</div>
</div>
</div>
Expand Down

0 comments on commit 63f1584

Please sign in to comment.