Skip to content

Commit

Permalink
fix: make emails less creepy
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie authored Apr 21, 2023
1 parent 357aab5 commit a08fa45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const InviteToOpenSaucedModal = (
) => {
const emailBody =
typeof emailAddress === "string" &&
`Hey ${username}. I'm using OpenSauced to keep track of your contributions and discover new projects. Check it out at https://hot.opensauced.pizza/`;
`Hey ${username}. I'm using OpenSauced to keep track of my contributions and discover new projects. Check it out at https://hot.opensauced.pizza/`;
const emailHref =
typeof emailAddress === "string" &&
`mailto:${emailAddress}?subject=${encodeURIComponent(
Expand Down

1 comment on commit a08fa45

@Anush008
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix: make emails less creepy

🤣🤣

Please sign in to comment.