Skip to content

Commit

Permalink
fix lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jul 31, 2017
1 parent f9a25b0 commit 940b27e
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@ export default props => (
}]}
>
<GuideText>
This class can be useful to add accessibility to older designs that
are still in use, but it shouldn't be a permanent solution.
See <GuideLink href='http://webaim.org/techniques/css/invisiblecontent/'>
This class can be useful to add accessibility to older designs that are
still in use, but it shouldn't be a permanent solution. See <GuideLink
href='http://webaim.org/techniques/css/invisiblecontent/'
>
http://webaim.org/techniques/css/invisiblecontent/
</GuideLink> for more information.
{
// eslint-disable-next-line react/jsx-closing-tag-location
}</GuideLink> for more information.
</GuideText>

<GuideText>
Expand Down

0 comments on commit 940b27e

Please sign in to comment.