mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
added missing slash to start of images link, to fix intermittent CDN issue
This commit is contained in:
parent
cf0b125b8e
commit
ba3c564801
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ const Landing = props => (
|
||||||
<section id="sip">
|
<section id="sip">
|
||||||
<FlexRow className="educators-using">
|
<FlexRow className="educators-using">
|
||||||
<div className="using-scratch-image">
|
<div className="using-scratch-image">
|
||||||
<img src="images/teachers/makey-activity.png" />
|
<img src="/images/teachers/makey-activity.png" />
|
||||||
</div>
|
</div>
|
||||||
<div className="sip-info">
|
<div className="sip-info">
|
||||||
<h2><FormattedMessage id="teacherlanding.howUsingScratch" /></h2>
|
<h2><FormattedMessage id="teacherlanding.howUsingScratch" /></h2>
|
||||||
|
|
Loading…
Reference in a new issue