diff --git a/apps/circuit-compiler/src/app/components/compileBtn.tsx b/apps/circuit-compiler/src/app/components/compileBtn.tsx index 30f0b2890c..50eb6e1f13 100644 --- a/apps/circuit-compiler/src/app/components/compileBtn.tsx +++ b/apps/circuit-compiler/src/app/components/compileBtn.tsx @@ -9,20 +9,21 @@ export function CompileBtn () { return ( -
- Ctrl+S to compile {appState.filePath} -
+ placement="auto" + tooltipId="overlay-tooltip-compile" + tooltipText={ +
+
+ Ctrl+S to compile {appState.filePath}
- } - > +
+ } + >