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

pull/37919/head
mrugesh 2019-12-13 16:05:59 +05:30 committed by GitHub
parent fdb17223ec
commit 38160d6dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

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>}