From a4ede44a0ee74db324993da24238c5d95821aede Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Fri, 24 May 2024 10:35:41 -0400 Subject: [PATCH] show feedback call note --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8c5a150..2c1f05d 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -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);