fix(donate): update message on the success (#37917)

This commit is contained in:
mrugesh
2019-12-13 16:05:59 +05:30
committed by GitHub
parent fdb17223ec
commit 38160d6dd7

View File

@ -40,10 +40,6 @@ function DonateCompletion({ processing, reset, success, error = null }) {
Your donation will support free technology education for people
all over the world.
</p>
<p>
You can update your supporter status at any time from the 'manage
your existing donation' section below on this page.
</p>
</div>
)}
{error && <p>{error}</p>}