Skip to content

Commit

Permalink
removed some text from contact modal
Browse files Browse the repository at this point in the history
  • Loading branch information
complxalgorithm committed Nov 3, 2023
1 parent a1a9cf8 commit c46bf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +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 not necessarily looking for work right now, but am open to working on projects for small businesses.\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!"

// Create new Popup and set relevant information
Expand Down

0 comments on commit c46bf5f

Please sign in to comment.