Skip to content
Snippets Groups Projects
Unverified Commit d6e41fe9 authored by Jay Laura's avatar Jay Laura Committed by GitHub
Browse files

Fixes URL for STAC browser from GeoSTAC (#15)

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