Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushmaanagarwal1211 committed Jun 26, 2024
1 parent 8f5f944 commit 297a47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions new-website/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@ <h3 class="mb-4">We value your feedback</h3>
<script type="text/javascript">
(function(){
emailjs.init({
publicKey: "rId2aw03Pj2ZNq2U5",
publicKey: "hy4H1lNcyJFX5uy-W",
});
})();
</script>
<script>
// Feedback JS
function handleSubmit() {

emailjs.sendForm('service_hrz8hfg', 'template_mu8go9x',"#feedback-form").then(
emailjs.sendForm('service_xul7il5', 'template_h4wikn8',"#feedback-form").then(
(response) => {
console.log('SUCCESS!', response.status, response.text);
},
Expand Down

0 comments on commit 297a47c

Please sign in to comment.