Skip to content

Commit

Permalink
fixup! Create donation services email variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Dec 13, 2024
1 parent 2c356eb commit 827d40d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const DeleteContactModal: React.FC<DeleteContactModalProps> = ({
href={`mailto:${
process.env.DONATION_SERVICES_EMAIL
}?subject=Request+contact+deletion&body=${encodeURIComponent(
`Dear Donation Services,\n\Please could you remove the following contacts: ${contactName} ` +
`Dear Donation Services,\n\Please could you remove the following contact: ${contactName} ` +
'\n\nThanks,\n\n',
)}`}
underline="hover"
Expand Down

0 comments on commit 827d40d

Please sign in to comment.