From ca022917708d022d98363861a5f1b3cfd47403c3 Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Wed, 30 Oct 2024 15:05:49 -0700 Subject: [PATCH] fix(SILVA-554): removing notification from landing page (#433) --- frontend/openshift.deploy.yml | 2 +- frontend/src/screens/Landing/index.tsx | 31 -------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) diff --git a/frontend/openshift.deploy.yml b/frontend/openshift.deploy.yml index 605df886..92e16b81 100644 --- a/frontend/openshift.deploy.yml +++ b/frontend/openshift.deploy.yml @@ -82,7 +82,7 @@ objects: - name: LOG_LEVEL value: "${LOG_LEVEL}" - name: VITE_BACKEND_URL - value: "https://${NAME}-${ZONE}-backend.${DOMAIN}:443" + value: "https://${NAME}-${ZONE}-backend.${DOMAIN}" - name: VITE_USER_POOLS_WEB_CLIENT_ID value: "${VITE_USER_POOLS_WEB_CLIENT_ID}" - name: VITE_ZONE diff --git a/frontend/src/screens/Landing/index.tsx b/frontend/src/screens/Landing/index.tsx index 7141871f..df22534e 100644 --- a/frontend/src/screens/Landing/index.tsx +++ b/frontend/src/screens/Landing/index.tsx @@ -39,37 +39,6 @@ const Landing: React.FC = () => { -
- -
-
- -
-
- -
- {/* Welcome - Title and Subtitle */}

Welcome to SILVA