diff --git a/blocks/control.js b/blocks/control.js
index 89c00f42..69f1dafb 100644
--- a/blocks/control.js
+++ b/blocks/control.js
@@ -441,6 +441,7 @@ export function defineControlBlocks() {
this.setPreviousStatement(true);
this.setNextStatement(true);
this.setInputsInline(true);
+ this.setTooltip(getTooltip('if_clause'));
this._stashedCondState = null;
diff --git a/index.html b/index.html
index d68af69e..46835872 100644
--- a/index.html
+++ b/index.html
@@ -627,6 +627,16 @@
FlockXR
>Inspector
+
+
+
@@ -1268,6 +1278,9 @@ About Flock XR
Drag and drop code blocks to create your program. Use arrow keys and Enter to navigate
and interact with blocks.
+