forked from mico/idle_moloch
Fixed amounts in the REG popup, fixed /sec not seen if unavailable unit
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>
|
||||
<h2 className={styles.textCenter}>Insert coins to continue</h2>
|
||||
<div>
|
||||
<button onClick={() => onRegister("RGCVII")}>500 RGCVII</button>
|
||||
<button onClick={() => onRegister("ETH")}>0.0005 ETH</button>
|
||||
<button onClick={() => onRegister("RGCVII")}>400 RGCVII</button>
|
||||
<button onClick={() => onRegister("ETH")}>0.00045 ETH</button>
|
||||
</div>
|
||||
</div></div>
|
||||
}
|
||||
|
||||
@ -154,7 +154,8 @@
|
||||
filter: sepia(1);
|
||||
pointer-events: none;
|
||||
}
|
||||
&:hover {
|
||||
&:hover,
|
||||
&.isUnavailable {
|
||||
.unitProfit {
|
||||
display: block;
|
||||
}
|
||||
@ -310,8 +311,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@keyframes marchingPerson {
|
||||
0% {
|
||||
background-size: 100% 100%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user