From d406a92f3d5d6a8902164e9182717912debae804 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Sat, 1 Nov 2025 00:07:48 -0500 Subject: [PATCH] refactor(ocp page): using the name of the url now vs the settings --- .../_old/old/-components/ocp/OcpPage.tsx | 38 ++++++++++++------- 1 file changed, 25 insertions(+), 13 deletions(-) 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") && ( + + + + )}