Skip to content

Instantly share code, notes, and snippets.

@chrisjensen
Last active June 16, 2020 08:50
Show Gist options
  • Save chrisjensen/5b6060a5d0e6c48cc3beaf5527f13cdb to your computer and use it in GitHub Desktop.
Save chrisjensen/5b6060a5d0e6c48cc3beaf5527f13cdb to your computer and use it in GitHub Desktop.
Display Highest Donor
return (
<div className="highest-donor__wrapper">
<p className="highest-donor__body">Chris will dance to a song chosen by {leadDonor}</p>
<p className="highest-donor__gap">(or you for a donation of ${highestGift})</p>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment