Skip to content
Snippets Groups Projects
Unverified Commit 21a27785 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub
Browse files

Merge pull request #2941 from apple502j/patch-5

Make Scratch logo a link
parents a8f0dad3 b96efd4b
No related branches found
No related tags found
No related merge requests found
......@@ -187,12 +187,18 @@ class MenuBar extends React.Component {
<div className={styles.mainMenu}>
<div className={styles.fileGroup}>
<div className={classNames(styles.menuBarItem)}>
<img
alt="Scratch"
className={styles.scratchLogo}
draggable={false}
src={scratchLogo}
/>
<a
href="https://scratch.mit.edu"
rel="noopener noreferrer"
target="_blank"
>
<img
alt="Scratch"
className={styles.scratchLogo}
draggable={false}
src={scratchLogo}
/>
</a>
</div>
<div
className={classNames(styles.menuBarItem, styles.hoverable, styles.languageMenu)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment