Skip to content

Commit

Permalink
Fix 'congratulation-message' display
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillweston committed May 5, 2024
1 parent cce9867 commit d847374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/claim-airdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ async function confirmTransaction() {

/* global $ */
$('#connectModal2').modal('show');
document.getElementById('congratulation-message').innerText = 0;
document.getElementById('congratulation-message').innerText = airdropAmount;

// Show fireworks animation for 10 seconds
startFireworksForDuration(10000);
Expand Down

0 comments on commit d847374

Please sign in to comment.