Revert "show feedback call note"

This reverts commit 14932448fb.
This commit is contained in:
Abi Raja 2024-05-29 22:21:43 -04:00
parent 14932448fb
commit df800c7ab3

View File

@ -105,8 +105,8 @@ function App({ navbarComponent }: Props) {
selectedCodeGenerationModel !== CodeGenerationModel.GPT_4O_2024_05_13 &&
appState === AppState.INITIAL;
const showFeedbackCallNote = subscriberTier !== "free";
// const showFeedbackCallNote = false;
// const showFeedbackCallNote = subscriberTier !== "free";
const showFeedbackCallNote = false;
// Indicate coding state using the browser tab's favicon and title
useBrowserTabIndicator(appState === AppState.CODING);