From 0d8f5cee80fc36d0e3dad2064d83966078fe5b98 Mon Sep 17 00:00:00 2001 From: xhagrg Date: Thu, 28 Sep 2023 09:22:49 -0500 Subject: [PATCH 1/2] Add links updates to homepage, about, and beta links. --- app/scripts/components/common/page-header.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/scripts/components/common/page-header.tsx b/app/scripts/components/common/page-header.tsx index 70ca2d0ed..ae94b6b33 100644 --- a/app/scripts/components/common/page-header.tsx +++ b/app/scripts/components/common/page-header.tsx @@ -351,12 +351,12 @@ function PageHeader() { {globalNavRevealed && isMediumDown && } - + Earthdata {appTitle} - + - Beta + Beta @@ -449,7 +449,7 @@ function PageHeader() { Meta
  • - + About
  • From ab63e644aefaf6f72a1a8f2b32cfe2ee72bbd83a Mon Sep 17 00:00:00 2001 From: Hanbyul Jo Date: Thu, 28 Sep 2023 11:07:50 -0400 Subject: [PATCH 2/2] Give margin to title --- app/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/index.html b/app/index.html index 71fa58fb2..3446b0c7b 100644 --- a/app/index.html +++ b/app/index.html @@ -52,6 +52,7 @@ #welcome-banner h1 { height: 3rem; + margin-bottom: 1.5rem; } #welcome-banner.dismissed {