Skip to content

Commit e96174c

Browse files
authored
chore: default catalog to lm7 (#4073) (#4075)
1 parent 8b14581 commit e96174c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explorer/site-config/lungmap/dev/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { socialMedia } from "./socialMedia";
1818
// Template constants
1919
const APP_TITLE = "LungMAP Data Explorer";
2020
const BROWSER_URL = "https://data-browser.dev.lungmap.net";
21-
const CATALOG = "lm6";
21+
const CATALOG = "lm7";
2222
const DATA_URL = HCA_DATA_URL;
2323
const EXPORT_TO_TERRA_URL = HCA_EXPORT_TO_TERRA_URL;
2424
const HOME_PAGE_PATH = "/projects";

0 commit comments

Comments
 (0)