fix(newsletter): better open in web link

This commit is contained in:
Faris Ansari 2021-12-07 17:20:58 +05:30
parent 947727ccd7
commit ccc65defb6

View file

@ -7,7 +7,7 @@
{% if published and send_webview_link %}
<div style="font-size: 12px; line-height: 20px;">
<div>
Open in <a style="color: #687178; text-decoration: underline;" href="/newsletters/{{ name }}" target="_blank">web</a>
<a style="color: #687178; text-decoration: underline;" href="/newsletters/{{ name }}" target="_blank">View this email on the web</a>
</div>
</div>
{% endif %}