Skip to content

Commit

Permalink
fix: insert mailto for link
Browse files Browse the repository at this point in the history
  • Loading branch information
asharonbaltazar committed Nov 27, 2024
1 parent a2c1852 commit 6ccd3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libs/email/content/email-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const SpamNotice = () => (
<Text style={{ ...styles.text.description, marginTop: "8px" }}>
If the contents of this email seem suspicious, do not open them, and instead forward this
email to{" "}
<Link href={EMAIL_CONFIG.SPAM_EMAIL} style={{ textDecoration: "underline" }}>
<Link href={`mailto:${EMAIL_CONFIG.SPAM_EMAIL}`} style={{ textDecoration: "underline" }}>
{EMAIL_CONFIG.SPAM_EMAIL}
</Link>
.
Expand Down

0 comments on commit 6ccd3e1

Please sign in to comment.