diff --git a/web/src/Root.tsx b/web/src/Root.tsx index a8c718f4a3..205f253177 100644 --- a/web/src/Root.tsx +++ b/web/src/Root.tsx @@ -784,7 +784,13 @@ const Root = () => { /> } + element={ + + } /> { return ( - - Need to edit these files?{" "} - - Click here - {" "} - to learn how - + {!this.props.isEmbeddedCluster && ( + + Need to edit these files?{" "} + + Click here + {" "} + to learn how + + )}