Skip to content

Commit 6b526bf

Browse files
committed
Fixes #34
1 parent 0266e68 commit 6b526bf

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Diff for: src/components/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ class App extends Component {
381381

382382
if (stackLength === 0) {
383383
this.setState(getFirstStepState())
384-
this.createdExecutionContexts.Global = true
384+
this.createdExecutionContexts.global = true
385385
}
386386

387387
if (createNewExecutionContext(this.previousHighlight.node, highlighted.node)) {

Diff for: src/components/Welcome.js

-11
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,6 @@ const Disclosure = styled.div`
109109
}
110110
`
111111

112-
113-
const Img = styled.img`
114-
height: 60px;
115-
width: 60px;
116-
117-
@media (max-width: 700px) {
118-
height: 30px;
119-
width: 30px;
120-
}
121-
`
122-
123112
export default function Welcome ({ selectCodeSnippet }) {
124113
return (
125114
<Container>

0 commit comments

Comments
 (0)