We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65a64b commit 983ce84Copy full SHA for 983ce84
2 files changed
components/constants.js
@@ -2,8 +2,10 @@ export const LABELS = {
2
registry: {
3
'american-carbon-registry': 'ACR',
4
'art-trees': 'ART',
5
+ cercarbono: 'CCBCDC',
6
'climate-action-reserve': 'CAR',
7
'gold-standard': 'GLD',
8
+ isometric: 'ISO',
9
verra: 'VCS',
10
},
11
category: {
components/queries.js
@@ -18,8 +18,10 @@ export const QueryProvider = ({ children }) => {
18
const [registry, setRegistry] = useState({
19
'american-carbon-registry': true,
20
'art-trees': true,
21
+ cercarbono: true,
22
'climate-action-reserve': true,
23
'gold-standard': true,
24
+ isometric: true,
25
verra: true,
26
})
27
const [category, setCategory] = useState(() =>
0 commit comments