Commit 19bbd5ae authored by Matthew Taylor's avatar Matthew Taylor

Link icon to splash page

fixes #623
parent 42ccc6c0
......@@ -9,7 +9,9 @@ var Deck = React.createClass({
return (
<div className={classNames(['deck', this.props.className])}>
<div className="inner">
<img src="/images/logo_sm.png" />
<a href="/" aria-label="Scratch">
<img src="/images/logo_sm.png" />
</a>
{this.props.children}
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment