Skip to content

Commit

Permalink
remove hakai and iys regions
Browse files Browse the repository at this point in the history
  • Loading branch information
fostermh committed Aug 15, 2024
1 parent 6b2c62a commit 045be6b
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions src/regions.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,37 +68,6 @@ const regions = {
},
showInRegionSelector: true,
},

iys: {
title: { en: "IYS", fr: "IYS" },
catalogueTitle: {
fr: "Catalogue de données du IYS",
en: "IYS Data Catalogue",
},
colors: { primary: "#006e90", secondary: "#ffc857" },
email: "[email protected]",
catalogueURL: {
fr: "https://data.npafc.org/dataset/",
en: "https://data.npafc.org/dataset/",
},
introPageText: { en: "", fr: "" },
showInRegionSelector: false,
},
hakai: {
title: { en: "Hakai", fr: "Hakai" },
catalogueTitle: {
fr: "Catalogue de données du Hakai",
en: "Hakai Data Catalogue",
},
colors: { primary: "#aa2025", secondary: "#459be2" },
email: "[email protected]",
catalogueURL: {
fr: "https://catalogue.hakai.org/",
en: "https://catalogue.hakai.org/",
},
introPageText: { en: "", fr: "" },
showInRegionSelector: false,
},
test: {
title: { en: "Test", fr: "Test" },
catalogueTitle: {
Expand Down

0 comments on commit 045be6b

Please sign in to comment.