Skip to content

Commit

Permalink
Provide feedback button only
Browse files Browse the repository at this point in the history
  • Loading branch information
thekeenant authored Dec 2, 2023
1 parent 5cae85f commit 392b0ba
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions src/pages/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,17 @@ const About = () => {
</p>

<center>
<form action='https://www.paypal.com/cgi-bin/webscr' method='post'
target='_top'>
<input type='hidden' name='cmd' value='_donations'/>
<input type='hidden' name='business' value='[email protected]'/>
<input type='hidden' name='lc' value='US'/>
<input type='hidden' name='item_name' value='Madgrades'/>
<input type='hidden' name='no_note' value='0'/>
<input type='hidden' name='currency_code' value='USD'/>
<input type='hidden' name='bn'
value='PP-DonationsBF:btn_donate_SM.gif:NonHostedGuest'/>
<Button primary
href='https://form.jotform.com/80705132647151'
rel='noopener noreferrer'
target='_blank'>
<Icon name='thumbs up'/>
Provide Feedback
</Button>
<Button color='red' type='submit'>
<Icon name='heart'/>
Donate
</Button>
</form>
<Button primary
href='https://form.jotform.com/80705132647151'
rel='noopener noreferrer'
target='_blank'>
<Icon name='thumbs up'/>
Provide Feedback
</Button>
</center>

</Container>
</div>
);
};
export default About;
export default About;

0 comments on commit 392b0ba

Please sign in to comment.