diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2023-10-18 23:27:15 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2023-10-18 23:30:20 -0700 |
commit | 08f38574fa2633bbf709d24e1c79417d4285ba61 (patch) | |
tree | 6a60ee3f013295b56d6d2c1c67f46761054023b1 /extension/react-app/src/components/ProgressBar.tsx | |
parent | 9168219b829aab55fefcb114937d3fc196548cde (diff) | |
download | sncontinue-08f38574fa2633bbf709d24e1c79417d4285ba61.tar.gz sncontinue-08f38574fa2633bbf709d24e1c79417d4285ba61.tar.bz2 sncontinue-08f38574fa2633bbf709d24e1c79417d4285ba61.zip |
cleanup ui
Diffstat (limited to 'extension/react-app/src/components/ProgressBar.tsx')
-rw-r--r-- | extension/react-app/src/components/ProgressBar.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extension/react-app/src/components/ProgressBar.tsx b/extension/react-app/src/components/ProgressBar.tsx index 27972ffc..4ca0469f 100644 --- a/extension/react-app/src/components/ProgressBar.tsx +++ b/extension/react-app/src/components/ProgressBar.tsx @@ -68,11 +68,6 @@ const ProgressBar = ({ completed, total }: ProgressBarProps) => { </P> </GridDiv> </a> - <StyledTooltip id="usage_progress_bar" place="bottom"> - { - "Continue allows you to use our OpenAI API key for up to 250 inputs. After this, you can either use your own API key, or use a local LLM. Click the progress bar to go to the docs and learn more." - } - </StyledTooltip> </> ); }; |