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
Branches
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ export function FootprintCard(props){
icon={<LaunchIcon />}
size="small"
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"
variant="outlined"
clickable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment