- {$t("donate.body.motivation")} -
-- {$t("donate.body.keep_going")} -
+ +{$t("donate.body.motivation")}
+{$t("donate.body.keep_going")}
+diff --git a/web/i18n/en/donate.json b/web/i18n/en/donate.json index ef4c6033..72464c3b 100644 --- a/web/i18n/en/donate.json +++ b/web/i18n/en/donate.json @@ -19,5 +19,7 @@ "card.custom.submit": "donate custom amount", - "share.title": "share cobalt with a friend" + "share.title": "share cobalt with a friend", + + "alternative.title": "alternative ways to donate" } diff --git a/web/src/components/donate/WalletItem.svelte b/web/src/components/donate/WalletItem.svelte new file mode 100644 index 00000000..1b93648d --- /dev/null +++ b/web/src/components/donate/WalletItem.svelte @@ -0,0 +1,92 @@ + + +
- {$t("donate.body.motivation")} -
-- {$t("donate.body.keep_going")} -
+ +{$t("donate.body.motivation")}
+{$t("donate.body.keep_going")}
+