From c94266a1275f5e2542cd666a1983827bd6c7bbf8 Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 9 Aug 2024 12:04:43 +0600 Subject: [PATCH] web/DonateOptionsCard: better accessibility --- web/i18n/en/donate.json | 4 +++- web/src/components/donate/DonateOptionsCard.svelte | 13 +++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/web/i18n/en/donate.json b/web/i18n/en/donate.json index 7cadafde..09e27130 100644 --- a/web/i18n/en/donate.json +++ b/web/i18n/en/donate.json @@ -15,5 +15,7 @@ "card.option.5": "cup of coffee", "card.option.10": "full size pizza", "card.option.15": "full lunch", - "card.option.30": "lunch for two" + "card.option.30": "lunch for two", + + "card.custom.submit": "donate custom amount" } diff --git a/web/src/components/donate/DonateOptionsCard.svelte b/web/src/components/donate/DonateOptionsCard.svelte index f9211bc8..ac36b984 100644 --- a/web/src/components/donate/DonateOptionsCard.svelte +++ b/web/src/components/donate/DonateOptionsCard.svelte @@ -50,12 +50,14 @@
-
+
-