update email notification cta

This commit is contained in:
Arjun Patel
2026-05-31 12:39:38 -07:00
parent 189d5e296b
commit fb771a7408
+3
View File
@@ -236,6 +236,9 @@ func buildEmailHTML(name string, count int, streamsWord string) string {
<p>Hi %s,</p> <p>Hi %s,</p>
<p>You have unread messages in <strong>%d %s</strong> on Flowy.llink.</p> <p>You have unread messages in <strong>%d %s</strong> on Flowy.llink.</p>
<p>Open the app to catch up with your team.</p> <p>Open the app to catch up with your team.</p>
<p style="margin: 24px 0;">
<a href="https://llink.flowy.live" style="display: inline-block; background: #1a1a1a; color: #ffffff; text-decoration: none; padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 500;">Open Flowy.llink</a>
</p>
<p style="color: #666; font-size: 13px; margin-top: 32px;"> <p style="color: #666; font-size: 13px; margin-top: 32px;">
Best,<br>Flowy Team <br>Note: disable email notifications from in-app settings. Best,<br>Flowy Team <br>Note: disable email notifications from in-app settings.
</p> </p>