From 0a17d7c7cf5e24e8ec4b28ec017aa43d81287857 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Tue, 19 Mar 2024 22:43:53 -0400 Subject: [PATCH] Test /dev/test and change extension text --- src/setup/App.tsx | 8 ++++---- src/stores/banner/BannerLocation.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/setup/App.tsx b/src/setup/App.tsx index 6728311c..43e267f3 100644 --- a/src/setup/App.tsx +++ b/src/setup/App.tsx @@ -168,10 +168,10 @@ function App() { {/* other */} } /> } /> - {/* developer routes that can abuse workers are disabled in production */} - {process.env.NODE_ENV === "development" ? ( - } /> - ) : null} + {/* developer routes that can abuse workers are disabled in production (idgaf) */} + {/* {process.env.NODE_ENV === "development" ? ( */} + } /> + {/* ) : null} */} } /> )} diff --git a/src/stores/banner/BannerLocation.tsx b/src/stores/banner/BannerLocation.tsx index e29f88ad..c70bc9d7 100644 --- a/src/stores/banner/BannerLocation.tsx +++ b/src/stores/banner/BannerLocation.tsx @@ -95,7 +95,7 @@ export function ExtensionBanner(props: { bannerText = "The extension does'nt have the necessary permissions."; break; case "outdated": - bannerText = "Your extension is outdated. Please update it here."; + bannerText = "Your extension is outdated. Please update it here."; break; case "disallowed": bannerText =