Skip to content

Commit 12d59e4

Browse files
committed
Merge branch 'master' into toolbar
2 parents e1b5871 + 50c0354 commit 12d59e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/components/Toolbar/Toolbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Toolbar extends React.Component {
1919

2020
return (
2121
<div className="toolbar">
22-
<img className="toolbar__logo" src={logoUrl}/>
22+
<img className="toolbar__logo" src={logoUrl} alt="p5js Logo"/>
2323
<button className={playButtonClass} onClick={this.props.startSketch}>
2424
<Isvg src={playUrl} alt="Play Sketch" />
2525
</button>

0 commit comments

Comments
 (0)