mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
make sip link open in new tab
This commit is contained in:
parent
2c1fd34d20
commit
aba4647c2c
1 changed files with 5 additions and 1 deletions
|
@ -89,7 +89,11 @@ const Landing = props => (
|
|||
}}
|
||||
/>
|
||||
</p>
|
||||
<a href="https://sip.scratch.mit.edu/">
|
||||
<a
|
||||
href="https://sip.scratch.mit.edu/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<Button className="sip-button large icon-right">
|
||||
<FormattedMessage id="teacherlanding.seeLatest" />
|
||||
<img src="/svgs/project/r-arrow.svg" />
|
||||
|
|
Loading…
Reference in a new issue