diff --git a/src/app/App.tsx b/src/app/App.tsx
index 62e0f69d..265cb42f 100644
--- a/src/app/App.tsx
+++ b/src/app/App.tsx
@@ -2928,7 +2928,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
Interaction
+ Range defines how close the player must be before the click prompt can activate.
@@ -2977,6 +2978,13 @@ export function App({ store, initialStatusMessage }: AppProps) {
/>
+
+ {renderInteractionLinksSection(
+ selectedInteractable,
+ selectedInteractableLinks,
+ "add-interactable-teleport-link",
+ "add-interactable-visibility-link"
+ )}
>
) : null}
>