Skip to content

Commit

Permalink
chore: alt ""
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 13, 2018
1 parent 04e7aab commit 79b9a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Logo = {
render(props) {
return (
<a className="Logo" title="textlint" href="/">
<img class="Logo-img" alt="textlint" src="img/textlint-icon_256x256.png" />
<img class="Logo-img" alt="" src="img/textlint-icon_256x256.png" />
<span class="Logo-text">{props.children}</span>
</a>
);
Expand Down

0 comments on commit 79b9a4b

Please sign in to comment.