Fixed amounts in the REG popup, fixed /sec not seen if unavailable unit
Some checks are pending
CI / Foundry project (push) Waiting to run
Some checks are pending
CI / Foundry project (push) Waiting to run
This commit is contained in:
parent
4fd17dc976
commit
c039a7e983
@ -19,8 +19,8 @@ const RegistrationModal = ({ isOpen, setIsOpen }: RegistrationModalProps) => {
|
|||||||
<span className={styles.closeBtn} onClick={() => setIsOpen(false)}>x</span>
|
<span className={styles.closeBtn} onClick={() => setIsOpen(false)}>x</span>
|
||||||
<h2 className={styles.textCenter}>Insert coins to continue</h2>
|
<h2 className={styles.textCenter}>Insert coins to continue</h2>
|
||||||
<div>
|
<div>
|
||||||
<button onClick={() => onRegister("RGCVII")}>500 RGCVII</button>
|
<button onClick={() => onRegister("RGCVII")}>400 RGCVII</button>
|
||||||
<button onClick={() => onRegister("ETH")}>0.0005 ETH</button>
|
<button onClick={() => onRegister("ETH")}>0.00045 ETH</button>
|
||||||
</div>
|
</div>
|
||||||
</div></div>
|
</div></div>
|
||||||
}
|
}
|
||||||
|
|||||||
@ -154,7 +154,8 @@
|
|||||||
filter: sepia(1);
|
filter: sepia(1);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&.isUnavailable {
|
||||||
.unitProfit {
|
.unitProfit {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@ -310,8 +311,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@keyframes marchingPerson {
|
@keyframes marchingPerson {
|
||||||
0% {
|
0% {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user