mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-16 16:19:48 -05:00
Fix copy/paste error of links
This commit is contained in:
parent
badc47f81c
commit
132db9b362
1 changed files with 2 additions and 2 deletions
|
@ -136,11 +136,11 @@ const TeacherFaq = props => (
|
|||
<dd><FormattedHTMLMessage id="teacherfaq.commWhoBody" /></dd>
|
||||
<dt><FormattedMessage id="teacherfaq.commTurnOffCommentsTitle" /></dt>
|
||||
<dd>
|
||||
<FormattedHTMLMessage
|
||||
<FormattedMessage
|
||||
id="teacherfaq.commTurnOffCommentsBody"
|
||||
values={{
|
||||
desktopLink: (
|
||||
<a href="https://scratch.mit.edu/download/">
|
||||
<a href="https://scratch.mit.edu/download">
|
||||
Scratch Desktop app
|
||||
</a>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue