summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/ProgressBar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'extension/react-app/src/components/ProgressBar.tsx')
-rw-r--r--extension/react-app/src/components/ProgressBar.tsx5
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>
</>
);
};