From d073d810af24e3b32152482faf45ffea394229f4 Mon Sep 17 00:00:00 2001 From: Chenuka Sumanasekara Date: Sun, 16 May 2021 22:36:03 +0530 Subject: [PATCH] Feature/contact (#272) * 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 Co-authored-by: Bawantha Thilan <38850236+Bawanthathilan@users.noreply.github.com> Co-authored-by: bawanthathilan Co-authored-by: Chamod Shehanka --- src/app/components/contact/contact.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/contact/contact.component.ts b/src/app/components/contact/contact.component.ts index e768c89..5665459 100644 --- a/src/app/components/contact/contact.component.ts +++ b/src/app/components/contact/contact.component.ts @@ -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);