Skip to content

Commit 1e9c3aa

Browse files
a
1 parent 0482245 commit 1e9c3aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Official_Website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h2>Feedback</h2>
134134
<script type="text/javascript">
135135
(function(){
136136
emailjs.init({
137-
publicKey: "rId2aw03Pj2ZNq2U5",
137+
publicKey: "Q-bwaE4CPQZ-cMlKt",
138138
});
139139
})();
140140
</script>
@@ -159,7 +159,7 @@ <h2>Feedback</h2>
159159
let temp=document.getElementById('comments').value
160160
document.getElementById('comments').value= `Comments : ${document.getElementById("comments").value} Rating : ${document.querySelector('input[name="rating"]:checked').value}`;
161161

162-
emailjs.sendForm('service_hrz8hfg', 'template_na7xjc4',"#feedback-form").then(
162+
emailjs.sendForm('service_y9hxdqs', 'template_h9uoq69',"#feedback-form").then(
163163
(response) => {
164164
console.log('SUCCESS!', response.status, response.text);
165165
},

0 commit comments

Comments
 (0)