diff --git a/client/src/components/Donation/components/poweredByStripe.js b/client/src/components/Donation/components/poweredByStripe.js deleted file mode 100644 index b3a9e2b566..0000000000 --- a/client/src/components/Donation/components/poweredByStripe.js +++ /dev/null @@ -1,31 +0,0 @@ -/* eslint-disable max-len */ -import React from 'react'; - -function PoweredByStripe() { - return ( - - - - - - ); -} - -PoweredByStripe.displayName = 'PoweredByStripe'; - -export default PoweredByStripe;