diff --git a/web/images/earthdata-search.png b/web/images/earthdata-search.png index e096c03d94..4b14afa92a 100644 Binary files a/web/images/earthdata-search.png and b/web/images/earthdata-search.png differ diff --git a/web/js/components/smart-handoffs/smart-handoff-modal.js b/web/js/components/smart-handoffs/smart-handoff-modal.js index 96c25c23a7..a21a9c75cf 100644 --- a/web/js/components/smart-handoffs/smart-handoff-modal.js +++ b/web/js/components/smart-handoffs/smart-handoff-modal.js @@ -47,6 +47,7 @@ function SmartHandoffModal({
diff --git a/web/scss/features/smart-handoff.scss b/web/scss/features/smart-handoff.scss index 7dee595719..8bc4fa168b 100644 --- a/web/scss/features/smart-handoff.scss +++ b/web/scss/features/smart-handoff.scss @@ -228,6 +228,13 @@ a.help-link { color: #fff; } +.smart-handoff-pipe { + border: solid 1px white; + margin: 4px 9px; + height: 30px; + display: inline-block; +} + .smart-handoff-message { margin: 15px 0; text-align: left;