Skip to content

Commit

Permalink
fix: update email invite message
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie authored Jun 13, 2023
1 parent 5fd2e50 commit c1008e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const InviteToOpenSaucedModal = (
) => {
const emailBody =
typeof emailAddress === "string" &&
`Hey ${username}. I'm using OpenSauced to keep track of my contributions and discover new projects. Check it out at https://opensauced.pizza/`;
`Hey ${username}. I'm using OpenSauced to keep track of my contributions and discover new projects. Try connecting your GitHub to https://opensauced.pizza/`;
const emailHref =
typeof emailAddress === "string" &&
`mailto:${emailAddress}?subject=${encodeURIComponent(
Expand Down

0 comments on commit c1008e5

Please sign in to comment.