From d90dbc2a0132e7fc8f277c652a58ce1adb9d58ed Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 7 Feb 2023 15:23:14 -0800 Subject: [PATCH] move bars, fix count for survivors --- src/components/Hero.jsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 1b03034..e4cd091 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -248,25 +248,6 @@ export function Hero(props) {

the web3 revolution & its consequences have been a disaster for the human race.

- {isConnected && options.unaboomersRadicalized > 0 && ( - <> -
-

{options.unaboomersRadicalized} / {options.unaboomerMaxSupply} minted

-
-
-
-
-

{options.unaboomersKilled} / {options.unaboomerMaxSurvivorCount} killed

-
-
-
- - )}
Pixelated Unaboomer profile picture - a hooded man with dark sunglasses. @@ -355,6 +336,25 @@ export function Hero(props) {

(tx fee)

+ {isConnected && options.unaboomersRadicalized > 0 && ( + <> +
+

{options.unaboomersRadicalized} / {options.unaboomerMaxSupply} minted

+
+
+
+
+

{options.unaboomersKilled} / {options.unaboomerMaxSupply - options.unaboomerMaxSurvivorCount} killed

+
+
+
+ + )} {isConnected && JSON.parse(tokensMinted).length > 0 && (