diff --git a/client/src/components/Donation/assets/ApplePay.tsx b/client/src/components/Donation/assets/ApplePay.tsx deleted file mode 100644 index 3feec2a6ef..0000000000 --- a/client/src/components/Donation/assets/ApplePay.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react'; - -const ApplePay = ( - props: JSX.IntrinsicAttributes & React.SVGProps -): JSX.Element => ( - <> - Apple Pay Logo - - ApplePay-mark - - - - - - - - - - - -); - -ApplePay.displayName = 'ApplePay'; - -export default ApplePay; diff --git a/client/src/components/Donation/assets/GooglePay.tsx b/client/src/components/Donation/assets/GooglePay.tsx deleted file mode 100644 index 7d624b25ca..0000000000 --- a/client/src/components/Donation/assets/GooglePay.tsx +++ /dev/null @@ -1,69 +0,0 @@ -import React from 'react'; - -const GooglePay = ( - props: JSX.IntrinsicAttributes & React.SVGProps -): JSX.Element => ( - <> - Google Pay Logo - - GooglePay_mark - - - - - - - - - - - - - - - - - -); - -GooglePay.displayName = 'GooglePay'; - -export default GooglePay; diff --git a/client/src/components/Donation/assets/accepted-cards.png b/client/src/components/Donation/assets/accepted-cards.png deleted file mode 100644 index 19d61419fe..0000000000 Binary files a/client/src/components/Donation/assets/accepted-cards.png and /dev/null differ