diff --git a/client/src/components/popup/erase.tsx b/client/src/components/popup/erase.tsx
index ef5fc0b..de064f9 100644
--- a/client/src/components/popup/erase.tsx
+++ b/client/src/components/popup/erase.tsx
@@ -63,12 +63,8 @@ export function ErasePopup () {
Do you want to delete your saved progress irreversibly?
- { levelId ?
- : <>>
- }
- { worldId ?
- : <>>
- }
+
+
diff --git a/client/src/css/app.css b/client/src/css/app.css
index fd419b7..d0d4046 100644
--- a/client/src/css/app.css
+++ b/client/src/css/app.css
@@ -78,6 +78,7 @@ body {
.btn-disabled, .btn[disabled] {
color: var(--clr-dark-gray);
background: var(--clr-light-gray);
+ cursor: not-allowed;
}
.btn-inverted.btn-disabled, .btn-inverted.btn[disabled] {