Skip to content

Commit

Permalink
List more newsletter subscribers (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtuite authored Nov 5, 2024
1 parent 3cb66b9 commit e6ca0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CallToAction/SubscribeToNewsletter.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const SubscribeToNewsletterCTA = ({ setModalOpen, ...props }) => (
</p>

<CallToAction
buttonText="Join 1,500+ Backstage enthusiasts"
buttonText="Join 4,000+ Backstage enthusiasts"
netlifyFormName={FORM_NAMES.subscribeToNewsletter}
setModalOpen={(open) => {
setModalOpen(open);
Expand Down

0 comments on commit e6ca0f0

Please sign in to comment.