diff --git a/articles/ab1305-initial-disclosures/database.md b/articles/ab1305-initial-disclosures/database.md
index 644b064e..a9120f45 100644
--- a/articles/ab1305-initial-disclosures/database.md
+++ b/articles/ab1305-initial-disclosures/database.md
@@ -7,8 +7,6 @@ back: /research/ab1305-initial-disclosures
components:
- name: DatabaseTable
src: ./components/database-table.js
- - name: Endnote
- src: '@carbonplan/layouts'
---
# AB1305 Database
@@ -17,16 +15,14 @@ California’s AB1305 offset disclosure law will go into full effect in January
-
+## Citation
Please cite this data viewer as:
CarbonPlan (2024) “AB1305 Database” [https://carbonplan.org/research/ab1305-initial-disclosures-database](https://carbonplan.org/research/ab1305-initial-disclosures-database)
-
-
-
+## Terms
CarbonPlan received a grant from the Patrick J. McGovern Foundation to support this work.
-
+The data viewer is made available under a [CC BY 4.0 International license](https://creativecommons.org/licenses/by/4.0/).
diff --git a/components/mdx/page-components.js b/components/mdx/page-components.js
index 50ab3a5f..7ee8bd2f 100644
--- a/components/mdx/page-components.js
+++ b/components/mdx/page-components.js
@@ -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(() =>