File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,23 @@ export default createEodash({
77 id : "demo" ,
88 stacEndpoint : "https://esa-eodashboards.github.io/eodashboard-catalog/trilateral/catalog.json" ,
99 brand : {
10- name : "Demo" ,
10+ name : "Dashboard" ,
11+ font : {
12+ family : "Poppins" ,
13+ link : new URL ( "./assets/poppins.css" , import . meta. url ) . href ,
14+ } ,
15+ logo : "/logo.png" ,
16+ errorMessage :
17+ "something went wrong, please contact [email protected] if the issue persists" , 18+ footerText : "eodash instance template" ,
1119 theme : {
1220 colors : {
13- primary : "#fff" ,
14- secondary : "#fff" ,
21+ primary : "#004170" ,
22+ secondary : "#004170" ,
23+ background : "#fff" ,
1524 surface : "#fff" ,
1625 } ,
1726 } ,
18- footerText : "Demo configuration of eodash client" ,
1927 } ,
2028 templates : {
2129 light,
You can’t perform that action at this time.
0 commit comments