Unverified Commit 161f8dce authored by Mak's avatar Mak Committed by GitHub
Browse files

Merge pull request #9 from wpank/will-tip-gif

Add tip gif to successful tip
parents 5dc2cc2d 8932f679
Pipeline #217311 passed with stages
in 3 minutes and 17 seconds
......@@ -62,7 +62,7 @@ const onIssueComment = async (
// TODO actually check for problems with submitting the tip. Maybe even query storage to ensure the tip is there.
return tipResult.success
? `A ${tipSize} tip was successfully submitted for ${contributorLogin} (${contributorAccount.address} on ${contributorAccount.network}). \n\n ${tipResult.tipUrl}`
? `A ${tipSize} tip was successfully submitted for ${contributorLogin} (${contributorAccount.address} on ${contributorAccount.network}). \n\n ${tipResult.tipUrl} ![tip](https://c.tenor.com/GdyQm7LX3h4AAAAi/mlady-fedora.gif)`
: "Could not submit tip :( Notify someone at Parity."
}
......
Supports Markdown
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