From 139f8fcb1b06a5903ee43494054295740fb23286 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Wed, 6 Nov 2019 21:01:02 +0530 Subject: [PATCH] chore: remove poweredByStripe asset --- .../Donation/components/poweredByStripe.js | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 client/src/components/Donation/components/poweredByStripe.js 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;