Skip to content

Commit

Permalink
replace studio with sponsors (#1349)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <[email protected]>
Co-authored-by: delucis <[email protected]>
Co-authored-by: TheOtterlord <[email protected]>
  • Loading branch information
4 people authored Dec 12, 2024
1 parent 93de6a8 commit 9eea875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ const groups: LinkGroup[] = [
{
title: 'Ecosystem',
links: [
{ label: 'Studio', href: 'https://studio.astro.build/' },
{ label: 'Community', href: 'https://community.astro.build' },
{
label: 'Contributing',
href: 'https://github.com/withastro/astro/blob/main/CONTRIBUTING.md',
},
{ label: 'Sponsors', href: 'https://opencollective.com/astrodotbuild' },
],
},
{
Expand Down

0 comments on commit 9eea875

Please sign in to comment.