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