diff --git a/js/sdk/src/components/CoinflowModal.js b/js/sdk/src/components/CoinflowModal.js index 2a2db8e0..db129784 100644 --- a/js/sdk/src/components/CoinflowModal.js +++ b/js/sdk/src/components/CoinflowModal.js @@ -14,9 +14,9 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { logEvent } from '../utils/event' import { faCcVisa, - faCcMastercard, - faCcAmex, faCcDiscover, + faCcApplePay, + faGooglePay, } from '@fortawesome/free-brands-svg-icons' const CoinflowModal = ({ release, releasePubkey, onSuccess }) => { @@ -77,9 +77,12 @@ const CoinflowModal = ({ release, releasePubkey, onSuccess }) => { icon={faCcDiscover} style={{ paddingRight: '8px' }} /> - +