diff --git a/src/app/components/contact/contact.component.html b/src/app/components/contact/contact.component.html index 634bc0c..3ca198e 100644 --- a/src/app/components/contact/contact.component.html +++ b/src/app/components/contact/contact.component.html @@ -13,7 +13,7 @@
Subject - + General Inquiry Castra Event @@ -41,13 +41,13 @@
-
+

Robert Sacco

Legio XXX President

Portrays: Aquilifer Primus Marius Maximus
sacco.c.r@bell.net
-
+

Tom Ross

Legio XXX Patronus (Patron)

Portrays: Titus Quartinius Saturnalus
diff --git a/src/app/components/contact/contact.component.ts b/src/app/components/contact/contact.component.ts index 679601c..6fe141a 100644 --- a/src/app/components/contact/contact.component.ts +++ b/src/app/components/contact/contact.component.ts @@ -6,7 +6,6 @@ import {FormBuilder, FormGroup} from '@angular/forms'; templateUrl: './contact.component.html' }) export class ContactComponent { - public contact: string = ''; public error = false; public form!: FormGroup;