Skip to content

Commit

Permalink
updated frontend with configuration for 'Climate Advisory Board'
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Jun 8, 2023
1 parent ae6efed commit 28cf22c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/clusters.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ export default {
sdi: {
url: require('../static/eea-logo.svg'),
},
cab: {
url: require('../static/cab-logo.png'),
},
},
Countries: {
fallback: {
Expand Down
1 change: 1 addition & 0 deletions src/config/vocabulary.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const vocab = {
'etc-uls': 'ETC on Urban, Land and Soil Systems',
'etc-wmge': 'ETC on Waste and Materials in Green Economy',
sdi: 'Datahub',
cab: 'Climate Advisory Board',
},
};

Expand Down

0 comments on commit 28cf22c

Please sign in to comment.