1
0
forked from mico/idle_moloch

Fixed amounts in the REG popup, fixed /sec not seen if unavailable unit

This commit is contained in:
mic0 2024-11-01 12:03:47 +01:00
parent 4fd17dc976
commit c039a7e983
Signed by: mico
GPG Key ID: A3F8023524CF1C8D
2 changed files with 4 additions and 5 deletions

View File

@ -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>
} }

View File

@ -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%;