diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index df1a09dc3..5ebd35307 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -25,7 +25,7 @@
- +
diff --git a/frontend/src/app/components/about/about.component.ts b/frontend/src/app/components/about/about.component.ts index 86765a336..3e9251811 100644 --- a/frontend/src/app/components/about/about.component.ts +++ b/frontend/src/app/components/about/about.component.ts @@ -40,7 +40,7 @@ export class AboutComponent implements OnInit { } this.donationForm = this.formBuilder.group({ - amount: [0.001], + amount: [0.01], handle: [''], });