diff --git a/frontend/src/routes/_old/old/-components/ocp/OcpPage.tsx b/frontend/src/routes/_old/old/-components/ocp/OcpPage.tsx
index f7c80ca..f7cf71b 100644
--- a/frontend/src/routes/_old/old/-components/ocp/OcpPage.tsx
+++ b/frontend/src/routes/_old/old/-components/ocp/OcpPage.tsx
@@ -61,19 +61,31 @@ export default function OCPPage() {
- {location.hostname.includes("usday1") ||
- (location.hostname === "localhost" && (
-
-
-
- ))}
+ {location.hostname.includes("usday1") && (
+
+
+
+ )}
+
+ {location.hostname.includes("localhost") && (
+
+
+
+ )}