Commit 3bb11730 authored by Amy Stamile's avatar Amy Stamile
Browse files

small Fixes.

parent ce64d8d6
Loading
Loading
Loading
Loading

app/Miniconda3.sh

deleted100644 → 0
−63.6 MiB

File deleted.

+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@
    "@mui/icons-material": "^5.4.1",
    "@mui/lab": "^5.0.0-alpha.68",
    "@mui/material": "^5.4.1",
    "@mui/material/styles": "^5.4.1",
    "@svgr/webpack": "^6.2.1",
    "autoprefixer": "^10.4.2",
    "date-fns": "^2.28.0",
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ var _numberMatched = 0;

function callAPI() {
  return fetch(
    "https://stac.astrogeology.usgs.gov/api/collections"
    "https://6vpdmaqce6.execute-api.us-west-2.amazonaws.com/dev/collections"
  ).then(response => response.json());
}