Skip to content

Commit 9836186

Browse files
authored
Update ToDo.tsx
1 parent 2eea01c commit 9836186

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/Pages/ToDo/ToDo.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,9 @@ export default function ToDo() {
3333
</div>
3434
<h3 className='data_don'>I understand what a <a href="https://en.wikipedia.org/wiki/Donation">Donation</a> is and I accept a fact that I'm not receiving any goods from this payment</h3>
3535
{checkbox === 'checked' && <a href='https://www.buymeacoffee.com/tymekapriasz' target='_blank' rel='noreferrer' style={{textAlign:'left',paddingBottom:15,display:'block'}}>Buy Me a Coffe</a>}
36-
{checkbox ==='checked' &&
37-
<form action="https://www.paypal.com/donate" method="post" target="_top">
38-
<input type="hidden" name="hosted_button_id" value="TLEW452UQRPFG" />
39-
<input type="image" src="https://www.paypalobjects.com/en_US/PL/i/btn/btn_donateCC_LG.gif" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
40-
<img alt="" src="https://www.paypal.com/en_PL/i/scr/pixel.gif" width="1" height="1" />
41-
</form>}
4236
</div>
4337
</div>
4438
</div>
4539
</div>
4640
)
47-
}
41+
}

0 commit comments

Comments
 (0)