diff --git a/app/components/NDS2D.vue b/app/components/NDS2D.vue
index 53edefb..e6c2e88 100644
--- a/app/components/NDS2D.vue
+++ b/app/components/NDS2D.vue
@@ -263,7 +263,7 @@ watch(
class="nds2d-hints-container"
style="opacity: 0"
>
-
Arrows
+ ← ↑ → ↓
{{ mapNDSToKey("X") }}
{{ mapNDSToKey("A") }}
{{ mapNDSToKey("B") }}
diff --git a/app/components/NDS3D.vue b/app/components/NDS3D.vue
index c2fb190..62826eb 100644
--- a/app/components/NDS3D.vue
+++ b/app/components/NDS3D.vue
@@ -266,7 +266,7 @@ const HINTS: Record = {
offset: new THREE.Vector3(-0.75, 0.15, 0.0),
},
[CROSS_BUTTON]: {
- label: "Arrows",
+ label: "← ↑ → ↓",
offset: new THREE.Vector3(0.75, 2.3, 0.0),
},
};