Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2023 report #411

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pages/funding.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ const Funding = () => {
<Link href='https://files.carbonplan.org/CarbonPlan-Annual-Report-2022.pdf'>
2022
</Link>
,{' '}
<Link href='https://files.carbonplan.org/CarbonPlan-Annual-Report-2023.pdf'>
2023
</Link>
) or our Form 990s (
<Link href='https://files.carbonplan.org/CarbonPlan-Form-990-2020.pdf'>
2020
Expand Down
4 changes: 2 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ const Index = () => {
Annual report
</Box>
<Button
href='https://files.carbonplan.org/CarbonPlan-Annual-Report-2022.pdf'
href='https://files.carbonplan.org/CarbonPlan-Annual-Report-2023.pdf'
size='md'
sx={{ mb: [3] }}
suffix={<RotatingArrow />}
>
Our 2022 in review
Our 2023 in review
</Button>
<Box
sx={{
Expand Down
Loading