Skip to content

Commit 28c3f35

Browse files
committed
Add 2024 reports
1 parent 98e6e7a commit 28c3f35

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

pages/funding.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ const Funding = () => {
5656
<Link href='https://files.carbonplan.org/CarbonPlan-Annual-Report-2023.pdf'>
5757
2023
5858
</Link>
59+
,{' '}
60+
<Link href='https://files.carbonplan.org/CarbonPlan-Annual-Report-2024.pdf'>
61+
2024
62+
</Link>
5963
) or our Form 990s (
6064
<Link href='https://files.carbonplan.org/CarbonPlan-Form-990-2020.pdf'>
6165
2020
@@ -72,6 +76,10 @@ const Funding = () => {
7276
<Link href='https://files.carbonplan.org/CarbonPlan-Form-990-2023.pdf'>
7377
2023
7478
</Link>
79+
,{' '}
80+
<Link href='https://files.carbonplan.org/CarbonPlan-Form-990-2024.pdf'>
81+
2024
82+
</Link>
7583
).
7684
</Box>
7785
</Column>

pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ const Index = () => {
144144
Annual report
145145
</Box>
146146
<Button
147-
href='https://files.carbonplan.org/CarbonPlan-Annual-Report-2023.pdf'
147+
href='https://files.carbonplan.org/CarbonPlan-Annual-Report-2024.pdf'
148148
size='md'
149149
sx={{ mb: [3] }}
150150
suffix={<RotatingArrow />}
151151
>
152-
Our 2023 in review
152+
Our 2024 in review
153153
</Button>
154154
<Box
155155
sx={{

0 commit comments

Comments
 (0)