We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 172e374 + 7f3854e commit 50c0354Copy full SHA for 50c0354
shared/components/Toolbar/Toolbar.jsx
@@ -15,7 +15,7 @@ class Toolbar extends React.Component {
15
16
return (
17
<div className="toolbar">
18
- <img className="toolbar__logo" src={logoUrl}/>
+ <img className="toolbar__logo" src={logoUrl} alt="p5js Logo"/>
19
<div className={playButtonClass} onClick={this.props.startSketch}>
20
<Isvg src={playUrl} alt="Play Sketch" />
21
</div>
0 commit comments