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

fixes: stac browser link to individual item

parent adfa5041
No related branches found
No related tags found
No related merge requests found
......@@ -121,8 +121,8 @@ export default function FootprintResults(props) {
icon={<LaunchIcon/>}
size="small"
component="a"
// href={`https://stac.astrogeology.usgs.gov/browser-dev/dev/collections/${feature.collection}/items/${feature.id}`}
href="https://stac.astrogeology.usgs.gov/browser-dev/"
href={`https://stac.astrogeology.usgs.gov/browser-dev/#/collections/${feature.collection}/items/${feature.id}`}
//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