diff --git a/app/src/components/RegistrationModal.tsx b/app/src/components/RegistrationModal.tsx index ed05ec6..fcffa3c 100644 --- a/app/src/components/RegistrationModal.tsx +++ b/app/src/components/RegistrationModal.tsx @@ -19,8 +19,8 @@ const RegistrationModal = ({ isOpen, setIsOpen }: RegistrationModalProps) => { setIsOpen(false)}>x

Insert coins to continue

- - + +
} diff --git a/app/src/styles/Army.module.css b/app/src/styles/Army.module.css index bc8e406..45e5d5a 100644 --- a/app/src/styles/Army.module.css +++ b/app/src/styles/Army.module.css @@ -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%;