diff --git a/src/app/components/contact/contact.component.html b/src/app/components/contact/contact.component.html index ead902a6aa75f0dbbc4dc1b9d2d48bf09ce3a978..79bb1f44c61efa0dc1a69d99d9bce30291678966 100644 --- a/src/app/components/contact/contact.component.html +++ b/src/app/components/contact/contact.component.html @@ -38,7 +38,7 @@ </mat-form-field> </div> <div class="buttonDiv"> - <button mat-flat-button type="submit" class="button">Send</button> + <!--<button mat-flat-button type="submit" class="button">Send</button>--> </div> </form> </div>