Skip to content

Commit

Permalink
Feature/contact (#272)
Browse files Browse the repository at this point in the history
* drop shadow

* Change the event name to right side.

* removed like and share btns

* change register button icon

* initial commit

* minor fixes

* change about us styles

* fixed hero image position

* fixed podcast section

* fixed blog post section

* listning now btn fixed

* Reset contact form after submit done

Co-authored-by: nisalrenuja <nrenuja@gmail.com>
Co-authored-by: Bawantha Thilan <38850236+Bawanthathilan@users.noreply.github.com>
Co-authored-by: bawanthathilan <bawantharathnayaka@gmail.com>
Co-authored-by: Chamod Shehanka <hcsperera@outlook.com>
  • Loading branch information
5 people authored May 16, 2021
1 parent 64303e1 commit d073d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/contact/contact.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class ContactComponent implements OnInit {
.then(
(result: EmailJSResponseStatus) => {
console.log('EmailJs Resp : ' + result.text);
this.contactForm.reset();
},
(error) => {
console.log(error.text);
Expand Down

0 comments on commit d073d81

Please sign in to comment.