File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -48,16 +48,21 @@ const Donate = () => {
4848 { /* Paypal */ }
4949 < a
5050 href = "https://www.paypal.me/rahuldkjain/10"
51- className = "flex items-center justify-evenly bg-blue -500 text-white py-2 px-4 my-2"
51+ className = "flex items-center justify-evenly bg-white -500 text-white py-2 px-4 my-2 border border-solid "
5252 target = "_blank"
5353 rel = "noreferrer"
5454 >
5555 < img
56+ className = "w-32 h-4"
57+ src = "https://cdn.worldvectorlogo.com/logos/paypal-2.svg"
58+ alt = "Donate rahuldkjain via paypal"
59+ />
60+ { /* <img
5661 className="w-6 h-6 mr-2"
5762 src="https://www.vectorlogo.zone/logos/paypal/paypal-ar21.svg"
5863 alt="Donate rahuldkjain via paypal"
5964 />
60- Paypal
65+ Paypal */ }
6166 </ a >
6267 { /* BuyMeACoffee */ }
6368 < a
You can’t perform that action at this time.
0 commit comments