Skip to content

Commit

Permalink
Make some footer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Nov 20, 2023
1 parent b426f56 commit 32ae0a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ const Footer = () => {
mb: [2],
}}
>
FOLLOW
NEWSLETTER
</Box>
<Link
href='https://twitter.com/carbonplanorg'
href='https://carbonplan.org/newsletter'
sx={{
textDecoration: 'none',
fontSize: [2, 2, 2, 3],
}}
>
@carbonplanorg
Subscribe
</Link>
</Box>
</Column>
Expand Down Expand Up @@ -119,7 +119,7 @@ const Footer = () => {
letterSpacing: 'mono',
}}
>
(c) 2022 CARBONPLAN
(c) 2023 CARBONPLAN
</Box>
</Box>
</Column>
Expand Down

0 comments on commit 32ae0a1

Please sign in to comment.