Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WV-3372 Earthdata Search Logo Change #5617

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading