Commit c0fb4970 authored by seotts's avatar seotts

open donate link in new tab

parent 83263631
......@@ -2375,7 +2375,11 @@ class AnnualReport extends React.Component {
<p>
<FormattedMessage id="annualReport.donateMessage" />
</p>
<a href="https://secure.donationpay.org/scratchfoundation/">
<a
href="https://secure.donationpay.org/scratchfoundation/"
rel="noreferrer noopener"
target="_blank"
>
<Button className="donate-button">
<FormattedMessage id="annualReport.donateButton" />
</Button>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment