Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Nov 17, 2024
1 parent dfc9d91 commit 2d03f79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/app/components/subscription_mailer/PrivacyUpdate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const PrivacyUpdate = ({ subscriber, author, unsubscribeUrl }) => (
<p>We're writing to inform you about an important update to Listed's privacy policy.</p>

<p>
Starting December 1st, blog authors will be able to see the email addresses of their subscribers. Learn more about this update at{" "}
Starting December 1st, blog authors will be able to see the email addresses of their subscribers. Learn more
about this update at{" "}
<a href="https://listed.to/@Listed/56444/unlocking-subscriber-portability">
https://listed.to/@Listed/56444/unlocking-subscriber-portability
</a>
Expand All @@ -40,6 +41,10 @@ const PrivacyUpdate = ({ subscriber, author, unsubscribeUrl }) => (
<div className="links-footer">
<a href={unsubscribeUrl}>Unsubscribe from {author.title}'s blog</a>
</div>

<p>
You can always resubscribe to <a href={author.url}>{author.title}</a> with a different email.
</p>
</div>
);

Expand Down

0 comments on commit 2d03f79

Please sign in to comment.