Skip to content

Commit

Permalink
Changed logo (#5617)
Browse files Browse the repository at this point in the history
  • Loading branch information
christof-wittreich authored Dec 19, 2024
1 parent 5fa3475 commit de81fac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file modified web/images/earthdata-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/js/components/smart-handoffs/smart-handoff-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function SmartHandoffModal({
<div className="smart-handoff-heading">
<a href="https://search.earthdata.nasa.gov" target="_blank" rel="noopener noreferrer">
<img src="images/nasa-logo.png" style={{ maxHeight: '38px' }} />
<span className="smart-handoff-pipe" />
<img src="images/earthdata-search.png" />
</a>
</div>
Expand Down
7 changes: 7 additions & 0 deletions web/scss/features/smart-handoff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit de81fac

Please sign in to comment.