|
|
|
@ -17,10 +17,8 @@ export function Panel() {
|
|
|
|
|
return (
|
|
|
|
|
<Card elevation={Elevation.FOUR} className="mainPanel">
|
|
|
|
|
<p className="wrap">
|
|
|
|
|
<Typewriter text={[
|
|
|
|
|
"I need crack money and need it more than you",
|
|
|
|
|
"You'd just spend it on illiquid jpegs anyways"
|
|
|
|
|
]} delay={2000} loop={true} /></p>
|
|
|
|
|
<Typewriter text={"I need crack money and need it more than you. You'd just spend it on illiquid jpegs anyways..."} random={10} />
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<AwesomeButton ripple={true} disabled={!sendTransaction} onReleased={() => sendTransaction?.()}>
|
|
|
|
|
{isConnected && !isLoading && (<>Send Me .01Ξ</>)}
|
|
|
|
|