text adjust

master
lza_menace 2 years ago
parent 80b7583d4e
commit aff680d9b2

@ -263,7 +263,7 @@ export function Hero(props) {
Technology is leaving the BOOMER generation behind. Technology is leaving the BOOMER generation behind.
Now they're on a war path to disrupt the metaverse. Now they're on a war path to disrupt the metaverse.
<br /><br /> <br /><br />
5,000 BOOMERS are ready to radicalize the week of Feb. 6th. Follow us on <a href="https://twitter.com/unaboomernft">Twitter</a> to catch the mint. 5,000 BOOMERS are ready to radicalize.
<br /><br /> <br /><br />
Only 1,000 BOOMERS will survive. Only 1,000 BOOMERS will survive.
<br /><br /> <br /><br />
@ -271,7 +271,7 @@ export function Hero(props) {
{options.unaboomersMinted > 0 && ( {options.unaboomersMinted > 0 && (
<p> <p>
<br /> <br />
You have minted {options.unaboomersMinted} Unaboomers. You have radicalized {options.unaboomersMinted} Unaboomers.
</p> </p>
)} )}
<input type='number' step='1' defaultValue={1} min={1} max={options.unaboomerMaxMintPerWallet - options.unaboomersMinted} onChange={(v) => { <input type='number' step='1' defaultValue={1} min={1} max={options.unaboomerMaxMintPerWallet - options.unaboomersMinted} onChange={(v) => {
@ -280,7 +280,7 @@ export function Hero(props) {
}}></input> }}></input>
<button className='doThing' disabled={radicalizeBoomersPrepare.status == 'error' || !isConnected} onClick={() => radicalizeBoomersWrite.write?.()}> <button className='doThing' disabled={radicalizeBoomersPrepare.status == 'error' || !isConnected} onClick={() => radicalizeBoomersWrite.write?.()}>
{radicalizeBoomersWrite.isLoading && <>minting {options.unaboomerAmount}</>} {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 && <img src={Loading} width="25px"></img>} {radicalizeBoomersWrite.isSuccess && <img src={Loading} width="25px"></img>}
{radicalizeBoomersWrite.isError && <>error</>} {radicalizeBoomersWrite.isError && <>error</>}
</button> </button>
@ -304,7 +304,7 @@ export function Hero(props) {
{options.bombBalance > 0 && ( {options.bombBalance > 0 && (
<p> <p>
<br /> <br />
You have {options.bombBalance} mail bombs. You have assembled {options.bombBalance} mail bombs.
</p> </p>
)} )}
<input type='number' step='1' defaultValue={1} min={1} onChange={(v) => { <input type='number' step='1' defaultValue={1} min={1} onChange={(v) => {
@ -312,8 +312,8 @@ export function Hero(props) {
assembleBombsWrite.reset() assembleBombsWrite.reset()
}}></input> }}></input>
<button className='doThing' disabled={assembleBombsPrepare.status == 'error' || !isConnected} onClick={() => assembleBombsWrite.write?.()}> <button className='doThing' disabled={assembleBombsPrepare.status == 'error' || !isConnected} onClick={() => assembleBombsWrite.write?.()}>
{assembleBombsWrite.isLoading && <>assembling {options.bombAmount}</>} {assembleBombsWrite.isLoading && <>minting {options.bombAmount}</>}
{assembleBombsWrite.isIdle && <>Assemble {options.bombAmount == 1 ? 'a mail bomb': <>{options.bombAmount} Mail bombs</>}</>} {assembleBombsWrite.isIdle && <>Mint {options.bombAmount == 1 ? 'a mail bomb': <>{options.bombAmount} Mail bombs</>}</>}
{assembleBombsWrite.isSuccess && <img src={Loading} width="25px"></img>} {assembleBombsWrite.isSuccess && <img src={Loading} width="25px"></img>}
{assembleBombsWrite.isError && <>error</>} {assembleBombsWrite.isError && <>error</>}
</button> </button>
@ -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. 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.
</p> </p>
<p> <p>
Round one ends when 1,000 BOOMERS are left standing. 5,000 BOOMERS are ready to radicalize. Only 1,000 BOOMERS will survive.
</p>
<p>
BOOMERS begin to radicalize the week of Feb. 6th. Follow us on <a href="https://twitter.com/unaboomernft">Twitter</a> to catch the mint.
</p> </p>
<p> <p>
No allowlist, no creator fee, no roadmap, cc0. No allowlist, no creator fee, no roadmap, cc0.

@ -107,7 +107,10 @@ export function TrollboxPanel(props) {
return ( return (
<> <>
{props.ws && props.address && ( <div id="trollbox">
<a href="https://webchat.oftc.net/?channels=unaboomer" target={"_blank"}>Show Chat</a>
</div>
{props.ws && props.address && false && (
<div id="trollbox"> <div id="trollbox">
{readyState == ReadyState.OPEN && showChat && ( {readyState == ReadyState.OPEN && showChat && (
<> <>

@ -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 { #trollbox ul li, #trollbox span, #trollbox a {
list-style-type: none; list-style-type: none;
/* font-family: monospace; */ /* font-family: monospace; */

@ -11,4 +11,5 @@
left: 0; left: 0;
right: 0; right: 0;
position: absolute; position: absolute;
} }

Loading…
Cancel
Save