Skip to content

Commit 76f428d

Browse files
authored
Update contact.js (#123)
1 parent c91b216 commit 76f428d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

functions/contact.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const formatEmailBody = (name, email, subject, message, domain) => {
22
return `
3-
<b>${name}</b><br>
4-
${email}<br><br>
3+
<b>${name}&nbsp;-&nbsp;${email}</b><br><br>
54
<b>${subject}</b><br><br>
65
${message}<br><br>
76
--&nbsp;<br>

0 commit comments

Comments
 (0)