Spaces:
Running
Running
Update src/components/menu-bar/menu-bar.jsx
Browse files
src/components/menu-bar/menu-bar.jsx
CHANGED
@@ -9,6 +9,7 @@ import React from 'react';
|
|
9 |
|
10 |
import VM from 'scratch-vm';
|
11 |
|
|
|
12 |
import Box from '../box/box.jsx';
|
13 |
import Button from '../button/button.jsx';
|
14 |
import CommunityButton from './community-button.jsx';
|
@@ -78,6 +79,7 @@ import languageIcon from '../language-selector/language-icon.svg';
|
|
78 |
import aboutIcon from './icon--about.svg';
|
79 |
import errorIcon from './tw-error.svg';
|
80 |
import themeIcon from './tw-moon.svg';
|
|
|
81 |
|
82 |
import scratchLogo from './scratch-logo.svg';
|
83 |
|
@@ -482,7 +484,7 @@ class MenuBar extends React.Component {
|
|
482 |
[styles.clickable]: typeof this.props.onClickLogo !== 'undefined'
|
483 |
})}
|
484 |
draggable={false}
|
485 |
-
src={
|
486 |
onClick={this.props.onClickLogo}
|
487 |
/>
|
488 |
</div>
|
|
|
9 |
|
10 |
import VM from 'scratch-vm';
|
11 |
|
12 |
+
|
13 |
import Box from '../box/box.jsx';
|
14 |
import Button from '../button/button.jsx';
|
15 |
import CommunityButton from './community-button.jsx';
|
|
|
79 |
import aboutIcon from './icon--about.svg';
|
80 |
import errorIcon from './tw-error.svg';
|
81 |
import themeIcon from './tw-moon.svg';
|
82 |
+
import s4sicon from './Glow-4.svg'
|
83 |
|
84 |
import scratchLogo from './scratch-logo.svg';
|
85 |
|
|
|
484 |
[styles.clickable]: typeof this.props.onClickLogo !== 'undefined'
|
485 |
})}
|
486 |
draggable={false}
|
487 |
+
src={s4sicon}
|
488 |
onClick={this.props.onClickLogo}
|
489 |
/>
|
490 |
</div>
|