mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Add SiP Link
This commit is contained in:
parent
4c6dcb6d53
commit
cf4cf875b2
1 changed files with 16 additions and 0 deletions
|
@ -89,6 +89,22 @@ const Landing = props => (
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<p>
|
||||||
|
<FormattedMessage
|
||||||
|
id="teacherlanding.sip"
|
||||||
|
values={{
|
||||||
|
sipLink: (
|
||||||
|
<a
|
||||||
|
href="https://sip.scratch.mit.edu/"
|
||||||
|
>
|
||||||
|
<FormattedMessage id="teacherlanding.sipText" />
|
||||||
|
</a>
|
||||||
|
)
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
|
|
Loading…
Reference in a new issue