Skip to content

Instantly share code, notes, and snippets.

@pena56
Created April 14, 2021 20:54
Show Gist options
  • Save pena56/3de0285ca1ed587d38fdf9f9dbe6d9d2 to your computer and use it in GitHub Desktop.
Save pena56/3de0285ca1ed587d38fdf9f9dbe6d9d2 to your computer and use it in GitHub Desktop.
export default function Success() {
return (
<div className="container p-3">
<h3 className="display-5 text-center">
Kakashi Appreciates your Donation
</h3>
<img className="fluid d-block mx-auto" alt="thanks" src="/thanks.gif" />
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment