Skip to content

Commit

Permalink
removed unnecessary text
Browse files Browse the repository at this point in the history
  • Loading branch information
complxalgorithm committed Nov 3, 2023
1 parent 4804209 commit 18fd394
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/js/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ contactButton.addEventListener('click', () => {
// Set message
var message = "If you have any questions or professional inquiries, "
message += "feel free to email me at " + "<a href=\"" + m + d + "\" style=\"color:#981A61 !important;\">" + d + "</a>.\n"
message += "I am open to working on projects for small businesses.\n"
message += "In any case, I will attempt to get back to you as soon as I can.\nThank you!"
message += "Thank you!"

// Create new Popup and set relevant information
const Contact = new Popup({
Expand Down

0 comments on commit 18fd394

Please sign in to comment.