mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="teacherlanding.sip"
|
||||
values={{
|
||||
sipLink: (
|
||||
<a
|
||||
href="https://sip.scratch.mit.edu/"
|
||||
>
|
||||
<FormattedMessage id="teacherlanding.sipText" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
|
|
Loading…
Reference in a new issue