Commit 4771be68 authored by Jay Laura's avatar Jay Laura
Browse files

fixes: stac browser link to individual item

parent adfa5041
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
                />