mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 07:05:51 +00:00
copy updates
This commit is contained in:
@@ -672,21 +672,26 @@ const CommunityPage: React.FC = () => {
|
|||||||
</h6>
|
</h6>
|
||||||
<p className="card-description">
|
<p className="card-description">
|
||||||
{translate(
|
{translate(
|
||||||
"RippleX's Bug Bounty, part of Ripple's 1 Billion XRP pledge, strengthens XRP Ledger security and supports its ecosystem."
|
"RippleX’s Bug Bounty, part of Ripple's 1 Billion XRP pledge, strengthens XRP Ledger security and supports its ecosystem."
|
||||||
)}
|
)}
|
||||||
<p className="card-description">
|
<p className="card-description">
|
||||||
{
|
{
|
||||||
translate("Use this program to report bugs in RippleX/rippled. Send a detailed report of a qualifying bug to bugs@ripple.com and use the bugs@ripple.com Public Key.")
|
translate("Use this program to report bugs in RippleX/rippled. Send a detailed report of a qualifying bug to ")
|
||||||
}
|
}
|
||||||
|
<a href="mailto:bugs@ripple.com">bugs@ripple.com</a>
|
||||||
|
{
|
||||||
|
translate(" and use the ")
|
||||||
|
}
|
||||||
|
<a href="https://ripple.com/files/bug-bounty.asc">Public Key.</a>
|
||||||
</p>
|
</p>
|
||||||
</p>
|
</p>
|
||||||
<div className="card-links">
|
<div className="card-links">
|
||||||
<Link
|
<Link
|
||||||
className="com-card-link"
|
className="com-card-link"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
to="https://docs.google.com/document/d/1TXAQULPBCbj6e5SZItR8ZNGTav4e4L948fGZQ1SBBWM/edit#heading=h.760ha1x1h65"
|
to="https://medium.com/ripplexdev/highlighting-the-ripplex-bug-bounty-program-545ea787f900"
|
||||||
>
|
>
|
||||||
{translate("Learn more about the program")}
|
{translate("Learn more")}
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user