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 =