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
Branches
Tags
No related merge requests found
...@@ -121,8 +121,8 @@ export default function FootprintResults(props) { ...@@ -121,8 +121,8 @@ export default function FootprintResults(props) {
icon={<LaunchIcon/>} icon={<LaunchIcon/>}
size="small" size="small"
component="a" 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/#/collections/${feature.collection}/items/${feature.id}`}
href="https://stac.astrogeology.usgs.gov/browser-dev/" //href="https://stac.astrogeology.usgs.gov/browser-dev/"
variant="outlined" variant="outlined"
clickable clickable
/> />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment