Commit 1caa1da8 authored by Zoë Bentley's avatar Zoë Bentley

Began making changes to Credits page

parent 5663a30e
...@@ -85,6 +85,11 @@ const Footer = props => ( ...@@ -85,6 +85,11 @@ const Footer = props => (
<FormattedMessage id="general.credits" /> <FormattedMessage id="general.credits" />
</a> </a>
</dd> </dd>
<dd>
<a href="https://scratchfoundation.org/supporters">
<FormattedMessage id="general.donors" />
</a>
</dd>
<dd> <dd>
<a href="https://www.scratchfoundation.org/opportunities"> <a href="https://www.scratchfoundation.org/opportunities">
<FormattedMessage id="general.jobs" /> <FormattedMessage id="general.jobs" />
......
...@@ -12,7 +12,7 @@ const DonorRecognition = () => ( ...@@ -12,7 +12,7 @@ const DonorRecognition = () => (
values={{ values={{
donorLink: ( donorLink: (
<a <a
href="/credits#donors" href="https://www.scratchfoundation.org/supporters"
> >
<FormattedMessage id="footer.donors" /> <FormattedMessage id="footer.donors" />
</a> </a>
......
...@@ -96,8 +96,9 @@ const Credits = () => ( ...@@ -96,8 +96,9 @@ const Credits = () => (
<FormattedMessage id="credits.acknowledgementsIllustrations" /> <FormattedMessage id="credits.acknowledgementsIllustrations" />
</p> </p>
<p> <p>
Natalie Rosalinda Hall, Wren McDonald, Leigh McG, Andrew Rae, Daria Skrybchenko, Natalie Rosalinda Hall, Wren McDonald, Leigh McG, Andrew Rae, Daria
Robert Hunter, Alex Eben Meyer, Ding Ding Hu, Owen Davey. Skrybchenko, Robert Hunter, Alex Eben Meyer, Ding Ding Hu, Owen
Davey, Zo&euml; Bentley, DD Liu, Kristin Osiecki, Kathy Wu.
</p> </p>
<h2> <h2>
<FormattedMessage id="credits.soundsTitle" /> <FormattedMessage id="credits.soundsTitle" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment