File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default function DonationButton() {
66
77 const handleDonate = ( ) => {
88 // Direct PayPal payment link with email
9- window . open ( 'https://www.paypal.com/paypalme/ dogme84' , '_blank' ) ;
9+ window . open ( 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business= dogme84@gmail.com&item_name=AlphaForge+Knob+Modeler¤cy_code=USD ' , '_blank' ) ;
1010 } ;
1111
1212 if ( ! visible ) return null ;
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ <h3>⚡ Instant Export</h3>
240240 View on GitHub
241241 </ a >
242242
243- < a href ="https://www.paypal.com/paypalme/ dogme84 " target ="_blank " class ="btn btn-coffee " style ="margin-left: 1rem; ">
243+ < a href ="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business= dogme84@gmail.com&item_name=AlphaForge+Knob+Modeler¤cy_code=USD " target ="_blank " class ="btn btn-coffee " style ="margin-left: 1rem; ">
244244 ☕ Buy me a coffee
245245 </ a >
246246 </ div >
You can’t perform that action at this time.
0 commit comments