Commit af101363 authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #624 from mewtaylor/issue/gh-623-reg-icon

Fix GH-623: Add link to splash page around registration icon
parents 42ccc6c0 19bbd5ae
...@@ -9,7 +9,9 @@ var Deck = React.createClass({ ...@@ -9,7 +9,9 @@ var Deck = React.createClass({
return ( return (
<div className={classNames(['deck', this.props.className])}> <div className={classNames(['deck', this.props.className])}>
<div className="inner"> <div className="inner">
<a href="/" aria-label="Scratch">
<img src="/images/logo_sm.png" /> <img src="/images/logo_sm.png" />
</a>
{this.props.children} {this.props.children}
</div> </div>
</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