Commit 37f8c204 authored by Jay Laura's avatar Jay Laura
Browse files

fixes: stac browser links now open in a new tab

parent 4771be68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ export default function FootprintResults(props) {
                  size="small"
                  component="a"
                  href={`https://stac.astrogeology.usgs.gov/browser-dev/#/collections/${feature.collection}/items/${feature.id}`}
                  target="_blank"
                  //href="https://stac.astrogeology.usgs.gov/browser-dev/"
                  variant="outlined"
                  clickable