From aff680d9b2d79794fa1aade6f56ff876177fb2c4 Mon Sep 17 00:00:00 2001
From: lza_menace
Date: Thu, 9 Feb 2023 14:26:17 -0800
Subject: [PATCH] text adjust
---
src/components/Hero.jsx | 17 +++++++----------
src/components/Panels.jsx | 5 ++++-
src/styles/hero.css | 11 +++++++++++
src/styles/panel.css | 3 ++-
4 files changed, 24 insertions(+), 12 deletions(-)
diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx
index 5f009f9..050bb2c 100644
--- a/src/components/Hero.jsx
+++ b/src/components/Hero.jsx
@@ -263,7 +263,7 @@ export function Hero(props) {
Technology is leaving the BOOMER generation behind.
Now they're on a war path to disrupt the metaverse.
- 5,000 BOOMERS are ready to radicalize the week of Feb. 6th. Follow us on Twitter to catch the mint.
+ 5,000 BOOMERS are ready to radicalize.
Only 1,000 BOOMERS will survive.
@@ -271,7 +271,7 @@ export function Hero(props) {
{options.unaboomersMinted > 0 && (
- You have minted {options.unaboomersMinted} Unaboomers.
+ You have radicalized {options.unaboomersMinted} Unaboomers.
)}
{
@@ -280,7 +280,7 @@ export function Hero(props) {
}}>
radicalizeBoomersWrite.write?.()}>
{radicalizeBoomersWrite.isLoading && <>minting {options.unaboomerAmount}>}
- {radicalizeBoomersWrite.isIdle && <>Radicalize {options.unaboomerAmount == 1 ? 'a Boomer': <>{options.unaboomerAmount} Boomers>}>}
+ {radicalizeBoomersWrite.isIdle && <>Mint {options.unaboomerAmount == 1 ? 'a Boomer': <>{options.unaboomerAmount} Boomers>}>}
{radicalizeBoomersWrite.isSuccess && }
{radicalizeBoomersWrite.isError && <>error>}
@@ -304,7 +304,7 @@ export function Hero(props) {
{options.bombBalance > 0 && (
- You have {options.bombBalance} mail bombs.
+ You have assembled {options.bombBalance} mail bombs.
)}
{
@@ -312,8 +312,8 @@ export function Hero(props) {
assembleBombsWrite.reset()
}}>
assembleBombsWrite.write?.()}>
- {assembleBombsWrite.isLoading && <>assembling {options.bombAmount}>}
- {assembleBombsWrite.isIdle && <>Assemble {options.bombAmount == 1 ? 'a mail bomb': <>{options.bombAmount} Mail bombs>}>}
+ {assembleBombsWrite.isLoading && <>minting {options.bombAmount}>}
+ {assembleBombsWrite.isIdle && <>Mint {options.bombAmount == 1 ? 'a mail bomb': <>{options.bombAmount} Mail bombs>}>}
{assembleBombsWrite.isSuccess && }
{assembleBombsWrite.isError && <>error>}
@@ -396,10 +396,7 @@ export function Hero(props) {
Mail bomb assembly is open to all. The more BOOMERS destroyed, the more likely your bomb is a dud. Shipments begin at a time of our choosing.
- Round one ends when 1,000 BOOMERS are left standing.
-
-
- BOOMERS begin to radicalize the week of Feb. 6th. Follow us on Twitter to catch the mint.
+ 5,000 BOOMERS are ready to radicalize. Only 1,000 BOOMERS will survive.
No allowlist, no creator fee, no roadmap, cc0.
diff --git a/src/components/Panels.jsx b/src/components/Panels.jsx
index 9006bbd..ae4f454 100644
--- a/src/components/Panels.jsx
+++ b/src/components/Panels.jsx
@@ -107,7 +107,10 @@ export function TrollboxPanel(props) {
return (
<>
- {props.ws && props.address && (
+
+ {props.ws && props.address && false && (
{readyState == ReadyState.OPEN && showChat && (
<>
diff --git a/src/styles/hero.css b/src/styles/hero.css
index 40180f8..1120efc 100644
--- a/src/styles/hero.css
+++ b/src/styles/hero.css
@@ -226,6 +226,17 @@ button.doThing:disabled {
}
}
+#trollbox {
+ height: 40px;
+ background-color: #ef3b39;
+}
+
+#trollbox a {
+ color: #f9f9f9;
+ text-align: center;
+ line-height: 40px;
+}
+
#trollbox ul li, #trollbox span, #trollbox a {
list-style-type: none;
/* font-family: monospace; */
diff --git a/src/styles/panel.css b/src/styles/panel.css
index 7fc6153..5fd3efb 100644
--- a/src/styles/panel.css
+++ b/src/styles/panel.css
@@ -11,4 +11,5 @@
left: 0;
right: 0;
position: absolute;
-}
\ No newline at end of file
+}
+