|
@@ -15,6 +15,7 @@ import {
|
|
|
RACE,
|
|
|
HARD,
|
|
|
NIGHTMARE,
|
|
|
+ RAMP,
|
|
|
} from "../../../domain/constants";
|
|
|
|
|
|
export const GameInfo = () => {
|
|
@@ -66,7 +67,7 @@ export const GameInfo = () => {
|
|
|
)}
|
|
|
{scoreMethod === NIGHTMARE && (
|
|
|
<span className={styles.label}>
|
|
|
- You're playing on nightmare mode what is wrong with you
|
|
|
+ You're playing on nightmare mode what is wrong with you
|
|
|
</span>
|
|
|
)}
|
|
|
{scoreMethod === RAMP && (
|