Skip to content

Commit

Permalink
chore: updated config to use fairicube colors and logo, pointed to uc…
Browse files Browse the repository at this point in the history
…1 catalog endpoint
  • Loading branch information
santilland committed Apr 17, 2024
1 parent 82560b9 commit 31d9273
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Binary file modified public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ import container from "./container";
export default createEodash((_store) => ({
id: "template-id",
stacEndpoint:
"https://eodash.github.io/catalog-template/template_catalog/catalog.json",
"https://fairicube.github.io/uc1-eodash-catalog/uc1_fairicube_catalog/catalog.json",
routes: [],
brand: {
name: "Dashboard",
name: "FAIRiCUBE UC1 Dashboard",
font: {
family: "Poppins",
family: "Roboto",
},
logo: 'logo.png',
theme: {
colors: {
primary: "#004170",
secondary: "#004170",
primary: "#cecece",
secondary: "#cecece",
background: "#fff",
surface: "#eee",
},
Expand All @@ -42,6 +43,7 @@ export default createEodash((_store) => ({
name: "EodashItemFilter",
},
},
/*
{
id: Symbol(),
type: "internal",
Expand All @@ -55,6 +57,7 @@ export default createEodash((_store) => ({
},
},
},
*/
basedOnWms,
],
},
Expand Down

0 comments on commit 31d9273

Please sign in to comment.