Fixed amounts in the REG popup, fixed /sec not seen if unavailable unit
Some checks are pending
CI / Foundry project (push) Waiting to run

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

View File

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