mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Fix lint error
This commit is contained in:
parent
ee645b250a
commit
2799bc97f6
1 changed files with 4 additions and 2 deletions
|
@ -39,7 +39,8 @@ const EducationCollaborative = () => (
|
|||
<h2><FormattedMessage id="sec.projectsTitle" /></h2>
|
||||
<p><FormattedMessage id="sec.projectsIntro" /></p>
|
||||
<p>
|
||||
<FormattedMessage id="sec.projectsIntro2"
|
||||
<FormattedMessage
|
||||
id="sec.projectsIntro2"
|
||||
values={{
|
||||
culturallySustainingLink: <a
|
||||
href="https://docs.google.com/document/d/1JcRBFhAXvMGKXgHADg1sAZC8b_zb2OSVDjaEOL8tzcw/edit#bookmark=id.4c6pah669jb5"
|
||||
|
@ -48,7 +49,8 @@ const EducationCollaborative = () => (
|
|||
>
|
||||
<FormattedMessage id="sec.culturallySustaining" />
|
||||
</a>
|
||||
}} />
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
</section>
|
||||
<section id="expectations-for-sec">
|
||||
|
|
Loading…
Reference in a new issue