Skip to content

Commit

Permalink
Remove Endnote
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Oct 31, 2024
1 parent b15e950 commit 86bda12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 3 additions & 7 deletions articles/ab1305-initial-disclosures/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ back: /research/ab1305-initial-disclosures
components:
- name: DatabaseTable
src: ./components/database-table.js
- name: Endnote
src: '@carbonplan/layouts'
---

# AB1305 Database
Expand All @@ -17,16 +15,14 @@ California’s AB1305 offset disclosure law will go into full effect in January

<DatabaseTable />

<Endnote label='Citation'>
## Citation

Please cite this data viewer as:

CarbonPlan (2024) “AB1305 Database” <span style={{overflowWrap: 'break-word'}}>[https://carbonplan.org/research/ab1305-initial-disclosures-database](https://carbonplan.org/research/ab1305-initial-disclosures-database)</span>

</Endnote>

<Endnote label='Terms'>
## Terms

CarbonPlan received a grant from the Patrick J. McGovern Foundation to support this work.

</Endnote>
The data viewer is made available under a [CC BY 4.0 International license](https://creativecommons.org/licenses/by/4.0/).
3 changes: 0 additions & 3 deletions components/mdx/page-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,6 @@ const components = {
'../../articles/ab1305-initial-disclosures/components/database-table.js'
).then((mod) => mod.DatabaseTable || mod.default)
),
Endnote: dynamic(() =>
import('@carbonplan/layouts').then((mod) => mod.Endnote || mod.default)
),
},
'forest-offsets-explainer-faq': {
CommonPractice: dynamic(() =>
Expand Down

0 comments on commit 86bda12

Please sign in to comment.