summaryrefslogtreecommitdiff
path: root/extension/react-app/src/pages/gui.tsx
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-18 01:01:10 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-18 01:01:10 -0700
commitec741697c42745d29539be08bc3e01dcd86b1643 (patch)
tree0a249dadff6d9db16ebc14171e8699e829531f42 /extension/react-app/src/pages/gui.tsx
parentd0483ba15b4ad13399a3385ae351cf33cca3db7f (diff)
downloadsncontinue-ec741697c42745d29539be08bc3e01dcd86b1643.tar.gz
sncontinue-ec741697c42745d29539be08bc3e01dcd86b1643.tar.bz2
sncontinue-ec741697c42745d29539be08bc3e01dcd86b1643.zip
feat: :children_crossing: tip to debug
Diffstat (limited to 'extension/react-app/src/pages/gui.tsx')
-rw-r--r--extension/react-app/src/pages/gui.tsx6
1 files changed, 4 insertions, 2 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx
index a4a3d379..9e25d050 100644
--- a/extension/react-app/src/pages/gui.tsx
+++ b/extension/react-app/src/pages/gui.tsx
@@ -403,8 +403,10 @@ function GUI(props: GUIProps) {
</p>
</div>
<div className="w-3/4 m-auto text-center text-xs">
- Tip: Drag the Continue logo from the far left of the window to the
- right, then toggle Continue using option/alt+command+m.
+ {/* Tip: Drag the Continue logo from the far left of the window to the
+ right, then toggle Continue using option/alt+command+m. */}
+ Tip: If there is an error in the terminal, use OPTION+CMD+D to
+ automatically debug
</div>
</>
)}