From 38c32e4e3c61415c888579b8dd3728f0f67e79d7 Mon Sep 17 00:00:00 2001 From: Clement G Date: Sun, 19 Apr 2020 13:21:11 +0200 Subject: [PATCH] feat(paypal): add color property (with class bootstrap) #31 --- src/components/banner/Paypal.jsx | 2 +- src/components/layouts/Footer.jsx | 2 +- src/components/views/VoteSuccess.jsx | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/banner/Paypal.jsx b/src/components/banner/Paypal.jsx index 77186c9..38b9945 100644 --- a/src/components/banner/Paypal.jsx +++ b/src/components/banner/Paypal.jsx @@ -18,7 +18,7 @@ const Paypal = (props) => { return (
- + diff --git a/src/components/layouts/Footer.jsx b/src/components/layouts/Footer.jsx index 671e2c3..0cdfa2f 100644 --- a/src/components/layouts/Footer.jsx +++ b/src/components/layouts/Footer.jsx @@ -24,7 +24,7 @@ class Footer extends Component { - {t("Who are we?")}
- +
); diff --git a/src/components/views/VoteSuccess.jsx b/src/components/views/VoteSuccess.jsx index f9f3bd9..857539d 100644 --- a/src/components/views/VoteSuccess.jsx +++ b/src/components/views/VoteSuccess.jsx @@ -5,6 +5,7 @@ import logoLine from "../../logos/logo-line-white.svg"; import { Link } from "react-router-dom"; import { AppContext } from "../../AppContext"; import Helloasso from "../banner/Helloasso"; +import Paypal from "../banner/Paypal"; class VoteSuccess extends Component { static contextType = AppContext; @@ -22,7 +23,7 @@ class VoteSuccess extends Component {

{t("Your participation was recorded with success!")}

{t("Thanks for your participation.")}

- +