Skip to content

Commit

Permalink
Revert "Update subscriber thank you page to mention confirmation email"
Browse files Browse the repository at this point in the history
This reverts commit 3c6c504.
  • Loading branch information
vzhou842 committed Dec 25, 2022
1 parent 5209751 commit 0d2a057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/subscriber-thank-you-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const SubscriberThankYouTemplate = ({ data }) => {
</Helmet>
<Sidebar hideSubscribeForm hideAd />
<Page title="Thanks for Subscribing!">
<h3>Check your email to confirm your subscription.</h3>
<p>Once you do, you'll get new posts in your email inbox.</p>
<h3>Your subscription to my mailing list has been confirmed.</h3>
<p>You'll get new posts in your email inbox.</p>
<h3>If you've enjoyed my blog, let your friends know!</h3>
<Share title={title} url={url} shareText="SHARE" />
<h3>Hungry for some more content right now?</h3>
Expand Down

0 comments on commit 0d2a057

Please sign in to comment.