From 2a113a2e0138009867f5c07172b19da9f408d9a5 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Fri, 30 Jul 2021 18:33:45 -0300 Subject: [PATCH] Fix typo --- src/special/london/Countdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/special/london/Countdown.tsx b/src/special/london/Countdown.tsx index 0d41dbb..718aa22 100644 --- a/src/special/london/Countdown.tsx +++ b/src/special/london/Countdown.tsx @@ -33,7 +33,7 @@ const Countdown: React.FC = ({

{ethers.utils.commify(targetBlock - currentBlock.number)}

-
Block remaining
+
Blocks remaining

Current block: {ethers.utils.commify(currentBlock.number)}
Target block: {ethers.utils.commify(targetBlock)}