show feedback call note

This commit is contained in:
Abi Raja 2024-05-24 10:35:41 -04:00
parent 6e29558a4d
commit a4ede44a0e

View File

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