Skip to content

Commit

Permalink
Move new letter at the top of the list
Browse files Browse the repository at this point in the history
List is manually sorted!
  • Loading branch information
badgley committed May 14, 2024
1 parent 24a0588 commit c46e03b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contents/comments.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
const comments = [
{
title:
'California Air Resources Board re: Workshop on potential amendments to the cap-and-trade regulation',
href: 'https://carbonplan-web.s3.us-west-2.amazonaws.com/files/CARB-CapAndTrade-Workshop-Comment-Letter-05-08-2024.pdf',
date: '05-08-2024',
},
{
title:
'Alaska Department of Natural Resources re: Proposed regulations regarding state carbon offset projects on state lands',
Expand Down Expand Up @@ -38,12 +44,6 @@ const comments = [
],
},

{
title:
'California Air Resources Board re: Workshop on potential amendments to the cap-and-trade regulation',
href: 'https://carbonplan-web.s3.us-west-2.amazonaws.com/files/CARB-CapAndTrade-Workshop-Comment-Letter-05-08-2024.pdf',
date: '05-08-2024',
},
{
title: 'California Air Resources Board re: Forest carbon offset workshop',
href: 'https://files.carbonplan.org/CARB-Forest-Offsets-Workshop-Comment-Letter-12-15-2022.pdf',
Expand Down

0 comments on commit c46e03b

Please sign in to comment.