diff --git a/components/soutyen/payment-method.js b/components/soutyen/payment-method.js
index aa76ac9..32f4834 100644
--- a/components/soutyen/payment-method.js
+++ b/components/soutyen/payment-method.js
@@ -79,12 +79,31 @@ export default function PaymentMethod({isLoading, paymentMethod, setPaymentMetho
-
+
-
+
+
+
+
+
+
+ } onClick={() => window.open(`https://liberapay.com/${LIBERAPAY_DONATE}/donate`, '_blank')}>
+ Faire un don via Liberapay
+
+
+
+ } onClick={() => window.open(`https://www.paypal.com/donate/?hosted_button_id=${PAYPAL_ID}`, '_blank')}>
+ Faire un don via PayPal
+
+
+
+
+
@@ -106,7 +125,7 @@ export default function PaymentMethod({isLoading, paymentMethod, setPaymentMetho
setError={setError}
isLoading={isLoading}
>
- {clientSecret && validMontant && paymentMethod === 0 && (
+ {clientSecret && validMontant && paymentMethod === 2 && (
-
-
-
- } onClick={() => window.open(`https://www.paypal.com/donate/?hosted_button_id=${PAYPAL_ID}`, '_blank')}>
- Faire un don via PayPal
-
-
-
- } onClick={() => window.open(`https://liberapay.com/${LIBERAPAY_DONATE}/donate`, '_blank')}>
- Faire un don via Liberapay
-
-
-
-
-
-
-
)
}
diff --git a/pages/index.js b/pages/index.js
index fd0bc9b..edc1747 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -70,9 +70,16 @@ export default function Home({errorCode, errorMessage, stats}) {
-