Skip to content
Snippets Groups Projects
Unverified Commit c7c323cc authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #853 from quachtina96/scratchlogo

Add alternate text for Scratch logo.
parents cd6de7f0 cf3f2c61
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ const MenuBar = function MenuBar () { ...@@ -18,6 +18,7 @@ const MenuBar = function MenuBar () {
> >
<div className={classNames(styles.logoWrapper, styles.menuItem)}> <div className={classNames(styles.logoWrapper, styles.menuItem)}>
<img <img
alt="Scratch"
className={styles.scratchLogo} className={styles.scratchLogo}
src={scratchLogo} src={scratchLogo}
/> />
......
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