From 95a825ce8e03fbb18755dce2512c2191803eec17 Mon Sep 17 00:00:00 2001 From: Dennis Smith Date: Wed, 14 Aug 2024 19:00:48 -0400 Subject: [PATCH] add link to github releases, fix img styling --- .env.production | 2 +- src/app-components/hero/hero.jsx | 20 +++++++++++++++++++- src/app-components/hero/hero.scss | 4 +++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 8b466ce3..996d6bee 100644 --- a/.env.production +++ b/.env.production @@ -17,4 +17,4 @@ VITE_CWMS_API_URL=https://cwms-data.usace.army.mil/cwms-data # Keycloak VITE_KC_URL=https://identity.sec.usace.army.mil/auth/ VITE_KC_REALM=cwbi -VITE_KC_CLIENT_ID=midas \ No newline at end of file +VITE_KC_CLIENT_ID=midas diff --git a/src/app-components/hero/hero.jsx b/src/app-components/hero/hero.jsx index d57c7872..489f30f7 100644 --- a/src/app-components/hero/hero.jsx +++ b/src/app-components/hero/hero.jsx @@ -16,11 +16,29 @@ const Hero = () => ( CWBI Logo window.open('https://cwbi.usace.army.mil/', '_blank')} /> + + UI Release Notes + + + API Release Notes +

diff --git a/src/app-components/hero/hero.scss b/src/app-components/hero/hero.scss index 966a0235..2379690a 100644 --- a/src/app-components/hero/hero.scss +++ b/src/app-components/hero/hero.scss @@ -9,6 +9,7 @@ .logo-left { margin-top: 108px; margin-left: 35px; + text-align: center; } .logo-right { @@ -16,4 +17,5 @@ margin-right: 25px; text-align: center; } -} \ No newline at end of file +} +