File tree Expand file tree Collapse file tree 3 files changed +22
-23
lines changed
Expand file tree Collapse file tree 3 files changed +22
-23
lines changed Original file line number Diff line number Diff line change 9292 "react-virtualized" : " 9.20.1" ,
9393 "redux" : " 3.7.2" ,
9494 "redux-throttle" : " 0.1.1" ,
95- "scratch-audio" : " github:TurboWarp /scratch-audio#develop" ,
96- "scratch-blocks" : " github:TurboWarp /scratch-blocks#develop-builds " ,
97- "scratch-paint" : " github:TurboWarp /scratch-paint#develop" ,
98- "scratch-render" : " github:TurboWarp /scratch-render#develop" ,
99- "scratch-vm" : " github:TurboWarp /scratch-vm#develop" ,
95+ "scratch-audio" : " github:CodeTorchNET /scratch-audio#develop" ,
96+ "scratch-blocks" : " github:CodeTorchNET /scratch-blocks#develop" ,
97+ "scratch-paint" : " github:CodeTorchNET /scratch-paint#develop" ,
98+ "scratch-render" : " github:CodeTorchNET /scratch-render#develop" ,
99+ "scratch-vm" : " github:CodeTorchNET /scratch-vm#develop" ,
100100 "showdown" : " ^2.1.0" ,
101101 "simplex-noise" : " ^4.0.3" ,
102102 "style-loader" : " ^0.23.0" ,
Original file line number Diff line number Diff line change @@ -93,13 +93,13 @@ const StageHeaderComponent = function (props) {
9393 < Button
9494 className = { styles . stageButton }
9595 onClick = { onOpenSettings }
96+ title = { props . intl . formatMessage ( messages . openSettingsMessage ) }
9697 >
9798 < TWRenderRecoloredImage
98- alt = { props . intl . formatMessage ( messages . openSettingsMessage ) }
99+ aria-hidden = "true"
99100 className = { styles . stageButtonIcon }
100101 draggable = { false }
101102 src = { settingsIcon }
102- title = { props . intl . formatMessage ( messages . openSettingsMessage ) }
103103 />
104104 </ Button >
105105 </ div >
@@ -215,13 +215,13 @@ const StageHeaderComponent = function (props) {
215215 < Button
216216 className = { styles . stageButton }
217217 onClick = { onOpenSettings }
218+ title = { props . intl . formatMessage ( messages . openSettingsMessage ) }
218219 >
219220 < TWRenderRecoloredImage
220- alt = { props . intl . formatMessage ( messages . openSettingsMessage ) }
221+ aria-hidden = "true"
221222 className = { styles . stageButtonIcon }
222223 draggable = { false }
223224 src = { settingsIcon }
224- title = { props . intl . formatMessage ( messages . openSettingsMessage ) }
225225 />
226226 </ Button >
227227 </ div > : null }
You can’t perform that action at this time.
0 commit comments