Skip to content

Commit

Permalink
fix/changes
Browse files Browse the repository at this point in the history
  • Loading branch information
grv-saini-20 committed Aug 22, 2024
1 parent 9657072 commit daa1f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
message: string
) => {
let anchor = document.createElement("a");
anchor.href = `mailto:spscpkl@gmail.com?subject=Hey, this is ${name} and I wanted to know more about SPS&body=Hi,I found this website and wanted to share this message: ${message}. I am adding my phone number ${phone} and email ${email} here and hope to get responded soon.`;
anchor.href = `mailto:info@spsrealty.in?subject=Hey, this is ${name} and I wanted to know more about SPS&body=Hi,I found this website and wanted to share this message: ${message}. I am adding my phone number ${phone} and email ${email} here and hope to get responded soon.`;
anchor.click();
anchor.remove();
};
Expand Down

0 comments on commit daa1f08

Please sign in to comment.