This commit is contained in:
Willian Mitsuda 2021-07-30 18:33:45 -03:00
parent 5e657bec58
commit 2a113a2e01
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const Countdown: React.FC<CountdownProps> = ({
<h2 className="text-5xl">
{ethers.utils.commify(targetBlock - currentBlock.number)}
</h2>
<h6 className="text-sm mb-10">Block remaining</h6>
<h6 className="text-sm mb-10">Blocks remaining</h6>
<h2 className="inline-flex space-x-10 text-base mb-10">
<div>Current block: {ethers.utils.commify(currentBlock.number)}</div>
<div>Target block: {ethers.utils.commify(targetBlock)}</div>