Skip to content
Snippets Groups Projects
Commit 37f8c204 authored by Jay Laura's avatar Jay Laura
Browse files

fixes: stac browser links now open in a new tab

parent 4771be68
Branches
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ export default function FootprintResults(props) {
size="small"
component="a"
href={`https://stac.astrogeology.usgs.gov/browser-dev/#/collections/${feature.collection}/items/${feature.id}`}
target="_blank"
//href="https://stac.astrogeology.usgs.gov/browser-dev/"
variant="outlined"
clickable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment