diff --git a/src/screens/HomePageWithPaymentOptions.tsx b/src/screens/HomePageWithPaymentOptions.tsx index 995f7e5..764aa06 100644 --- a/src/screens/HomePageWithPaymentOptions.tsx +++ b/src/screens/HomePageWithPaymentOptions.tsx @@ -37,11 +37,24 @@ const HomePageWithPaymentOptions = () => { justifyContent={"space-between"} > {/* Payment Modes */} - {}} paymentMethod={"OrangeMoney"} /> - {}} paymentMethod={"MtnMoney"} /> - {}} paymentMethod={"MoovMoney"} /> - {}} paymentMethod={"WaveMoney"} /> - {}} paymentMethod={"VisaCard"} /> + + {}} paymentMethod={"OrangeMoney"} /> + + + {}} paymentMethod={"MtnMoney"} /> + + + + {}} paymentMethod={"MoovMoney"} /> + + + + {}} paymentMethod={"WaveMoney"} /> + + + + {}} paymentMethod={"VisaCard"} /> +