Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #50 from philschatz/fix-accessibility-problems
Browse files Browse the repository at this point in the history
fix accessibility warnings
  • Loading branch information
damieng authored Sep 30, 2016
2 parents 4cf9075 + 5c51164 commit 4879d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/consent-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class ConsentView {
<div className='welcome'>
<div className='welcome-container'>
<div className='header'>
<a href='https://atom.io/'>
<a title='atom.io' href='https://atom.io/'>
<svg class="welcome-logo" width="330px" height="68px" viewBox="0 0 330 68" version="1.1">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(2.000000, 1.000000)">
Expand Down Expand Up @@ -57,7 +57,7 @@ export default class ConsentView {
<span className="inline"> with </span>
<span className="icon icon-heart"></span>
<span className="inline"> by </span>
<a className="icon icon-logo-github" href="https://github.com" />
<a className="icon icon-logo-github" title="GitHub" href="https://github.com" />
</p>
</div>
</div>
Expand Down

0 comments on commit 4879d87

Please sign in to comment.