diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 69b8c64..0c2af17 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -6,6 +6,7 @@ import { api } from "~/utils/api";
import "~/styles/globals.css";
import Head from "next/head";
+import { env } from "~/env.mjs";
const MyApp: AppType<{ session: Session | null }> = ({
Component,
@@ -20,6 +21,13 @@ const MyApp: AppType<{ session: Session | null }> = ({
content="University of Iowa Center for Auditory Training Resources"
/>
+ {env.NODE_ENV === "production" ? (
+
+ ) : null}