adjust email invitation copy

This commit is contained in:
Arjun Patel
2026-05-29 11:21:34 -07:00
parent 832ebe9376
commit 0cd126818a
+3 -3
View File
@@ -254,7 +254,7 @@ func (s *serviceImpl) RevokeInvitation(ctx context.Context, networkID, email str
} }
func buildInvitationHTML(networkName string) string { func buildInvitationHTML(networkName string) string {
const downloadURL = "https://flowylabs.ai/llink" const downloadURL = "https://flowylabs.ai/llink/download"
safeName := html.EscapeString(networkName) safeName := html.EscapeString(networkName)
return fmt.Sprintf(`<!DOCTYPE html> return fmt.Sprintf(`<!DOCTYPE html>
<html> <html>
@@ -270,13 +270,13 @@ func buildInvitationHTML(networkName string) string {
</tr> </tr>
<tr> <tr>
<td style="font-size:15px;line-height:1.5;color:#444444;padding-bottom:32px;"> <td style="font-size:15px;line-height:1.5;color:#444444;padding-bottom:32px;">
Download the app to accept your invitation and connect with your team. Launch (or download) the app to accept your invitation and connect with your team.
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="%s" style="display:inline-block;background-color:#111111;color:#ffffff;text-decoration:none;font-size:15px;font-weight:500;padding:12px 24px;border-radius:8px;"> <a href="%s" style="display:inline-block;background-color:#111111;color:#ffffff;text-decoration:none;font-size:15px;font-weight:500;padding:12px 24px;border-radius:8px;">
Download Flowy.llink Launch Flowy.llink
</a> </a>
</td> </td>
</tr> </tr>