Skip to content

Commit

Permalink
Update unsubscribe link to just the word 'unsubscribe' for better vis…
Browse files Browse the repository at this point in the history
…ibility by email providers
  • Loading branch information
skanderm committed Feb 14, 2024
1 parent e24059d commit bb5deb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/lib/orcasite/notifications/email.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ defmodule Orcasite.Notifications.Email do
{{#if unsubscribe_token }}
<mj-text font-size="20px">
If you no longer wish to receive these emails, you can <a href="{{unsubscribe_url}}">unsubscribe here</a>.
If you no longer wish to receive these emails, you can <a href="{{unsubscribe_url}}">unsubscribe</a>.
</mj-text>
{{/if}}
</mj-column>
Expand Down Expand Up @@ -161,7 +161,7 @@ defmodule Orcasite.Notifications.Email do
{{#if unsubscribe_token }}
<mj-text color="#ffffff" font-size="12px" align="center" line-height="150%">
If you no longer wish to receive these emails,<br />
you can <a href="{{ unsubscribe_url }}" style="color: #ffffff;">unsubscribe here</a>.
you can <a href="{{ unsubscribe_url }}" style="color: #ffffff;">unsubscribe</a>.
</mj-text>
{{/if}}
</mj-column>
Expand Down

0 comments on commit bb5deb2

Please sign in to comment.