feat: finish challenge
Some checks failed
Lint / ci (lts/*, ubuntu-latest) (push) Has been cancelled
Some checks failed
Lint / ci (lts/*, ubuntu-latest) (push) Has been cancelled
This commit is contained in:
@@ -150,7 +150,7 @@ const DiceGame: NextPage = () => {
|
||||
<Amount amount={Number(riggedRollBalance?.formatted || 0)} showUsdPrice className="text-lg" />
|
||||
</div>
|
||||
</div>
|
||||
{/* <button
|
||||
<button
|
||||
onClick={async () => {
|
||||
if (!rolled) {
|
||||
setRolled(true);
|
||||
@@ -167,7 +167,7 @@ const DiceGame: NextPage = () => {
|
||||
className="mt-2 btn btn-secondary btn-xl normal-case font-xl text-lg"
|
||||
>
|
||||
Rigged Roll!
|
||||
</button> */}
|
||||
</button>
|
||||
|
||||
<div className="flex mt-8">
|
||||
{rolled ? (
|
||||
|
||||
Reference in New Issue
Block a user