mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
add conditional alt attributes to ev3 landing page installation step
This commit is contained in:
parent
bf5a890a87
commit
25234d7e27
1 changed files with 5 additions and 0 deletions
|
@ -141,6 +141,11 @@ class EV3 extends ExtensionLanding {
|
|||
<Step>
|
||||
<div className="step-image">
|
||||
<img
|
||||
alt={this.props.intl.formatMessage({id: `${
|
||||
this.state.OS === OS_ENUM.WINDOWS ?
|
||||
'ev3.imgAltWaitForWindows' :
|
||||
'ev3.imgAltEnterPasscodeMac'
|
||||
}`})}
|
||||
className="screenshot"
|
||||
src={`/images/ev3/${
|
||||
this.state.OS === OS_ENUM.WINDOWS ?
|
||||
|
|
Loading…
Reference in a new issue