diff --git a/src/components/Config/TangibleConfig.tsx b/src/components/Config/TangibleConfig.tsx
index fd74aa9..208375d 100644
--- a/src/components/Config/TangibleConfig.tsx
+++ b/src/components/Config/TangibleConfig.tsx
@@ -163,19 +163,6 @@ const TangibleConfigModal = ({ isOpen, onClose, initialEditingTangibleId }: Prop
onAdd={handleAddTangible}
/>
-
- {/* Helper Text */}
-
-
About Tangibles
-
- - • Tangibles are physical objects used in presentation mode
- - • Filter mode: activates filters on selected labels
- - • State mode: switches to a specific timeline state
- - • Internal IDs are auto-generated from names
- - • Hardware IDs map configurations to physical tokens/devices
- - • You can change hardware IDs to swap physical tokens
-
-
{/* Right Column - Management (40%) */}