File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -690,7 +690,7 @@ class MenuBar extends React.Component {
690
690
< div className = { styles . fileGroup } >
691
691
< div
692
692
aria-label = { this . props . intl . formatMessage ( ariaMessages . tutorials ) }
693
- className = { classNames ( styles . menuBarItem , styles . hoverable ) }
693
+ className = { classNames ( styles . menuBarItem , styles . hoverable , 'tutorials-button' ) }
694
694
onClick = { this . props . onOpenTipLibrary }
695
695
>
696
696
< img
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import {ScratchPaintReducer} from 'scratch-paint';
6
6
import { setFullScreen , setPlayer } from './reducers/mode' ;
7
7
import { remixProject } from './reducers/project-state' ;
8
8
import { setAppElement } from 'react-modal' ;
9
+ import { activateDeck } from './reducers/cards.js' ;
9
10
10
11
const guiReducers = {
11
12
locales : LocalesReducer ,
@@ -27,5 +28,6 @@ export {
27
28
localesInitialState ,
28
29
remixProject ,
29
30
setFullScreen ,
30
- setPlayer
31
+ setPlayer ,
32
+ activateDeck
31
33
} ;
You can’t perform that action at this time.
0 commit comments