Merge pull request #380 from rahuldkjain/rahul_hotfix_paypal-icon
[fix]: paypal-icon
This commit is contained in:
@@ -48,16 +48,21 @@ const Donate = () => {
|
|||||||
{/* Paypal */}
|
{/* Paypal */}
|
||||||
<a
|
<a
|
||||||
href="https://www.paypal.me/rahuldkjain/10"
|
href="https://www.paypal.me/rahuldkjain/10"
|
||||||
className="flex items-center justify-evenly bg-blue-500 text-white py-2 px-4 my-2"
|
className="flex items-center justify-evenly bg-white-500 text-white py-2 px-4 my-2 border border-solid"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
className="w-32 h-4"
|
||||||
|
src="https://cdn.worldvectorlogo.com/logos/paypal-2.svg"
|
||||||
|
alt="Donate rahuldkjain via paypal"
|
||||||
|
/>
|
||||||
|
{/* <img
|
||||||
className="w-6 h-6 mr-2"
|
className="w-6 h-6 mr-2"
|
||||||
src="https://www.vectorlogo.zone/logos/paypal/paypal-ar21.svg"
|
src="https://www.vectorlogo.zone/logos/paypal/paypal-ar21.svg"
|
||||||
alt="Donate rahuldkjain via paypal"
|
alt="Donate rahuldkjain via paypal"
|
||||||
/>
|
/>
|
||||||
Paypal
|
Paypal */}
|
||||||
</a>
|
</a>
|
||||||
{/* BuyMeACoffee */}
|
{/* BuyMeACoffee */}
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user