Skip to content

Commit 67719fa

Browse files
committed
Updated About page
1 parent 8e571e8 commit 67719fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/layouts/AboutLayout.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const pageJumpToLinks = [
3737
},
3838
{
3939
url: `${Astro.url.pathname}#processing-foundation`,
40-
label: t("Processing Foundation") as string,
40+
label: t("The Processing Ecosystem") as string,
4141
},
4242
];
4343
@@ -119,10 +119,11 @@ const displayedFeaturedPeople = sortedFeaturedPeople.slice(0, 6);
119119
<li><a href="https://studioforcreativeinquiry.org/">The Frank-Ratchye STUDIO for Creative Inquiry at Carnegie Mellon University </a></li>
120120
<li><a href="https://clinicopensourcearts.org/">Clinic for Open Source Arts (COSA) at the University of Denver</a></li>
121121
<li><a href="https://www.schools.nyc.gov/">New York City Department of Education</a></li>
122+
<li><a href="https://www.usebutter.com/">Butter</a></li>
122123
</ul>
123124
</section>
124125
<section>
125-
<h2 id="processing-foundation">Processing Foundation</h2>
126+
<h2 id="processing-foundation">The Processing Ecosystem</h2>
126127
<ul class="text-2xl mt-xl">
127128
<li>
128129
<a href="https://processingfoundation.org">Processing Foundation</a>

0 commit comments

Comments
 (0)