diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-19 01:00:24 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-19 01:00:24 -0700 |
commit | 17806d932502adbf974ccd93a670e57b78be9a08 (patch) | |
tree | 233c6cc182a1b1a496db1b491b79de6c2be6e684 /extension/react-app/src/pages/gui.tsx | |
parent | 70370bf0d033c2575c84ffe10c9e5c484bbad54f (diff) | |
download | sncontinue-17806d932502adbf974ccd93a670e57b78be9a08.tar.gz sncontinue-17806d932502adbf974ccd93a670e57b78be9a08.tar.bz2 sncontinue-17806d932502adbf974ccd93a670e57b78be9a08.zip |
fix: :bug: make sure server_version.txt exists
Diffstat (limited to 'extension/react-app/src/pages/gui.tsx')
-rw-r--r-- | extension/react-app/src/pages/gui.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx index 39a3f13a..86cb4b9a 100644 --- a/extension/react-app/src/pages/gui.tsx +++ b/extension/react-app/src/pages/gui.tsx @@ -405,8 +405,8 @@ function GUI(props: GUIProps) { <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: If there is an error in the terminal, use COMMAND+D to - automatically debug + {/* Tip: If there is an error in the terminal, use COMMAND+D to + automatically debug */} </div> </> )} |