Skip to content

Commit

Permalink
added aria labels to svgs
Browse files Browse the repository at this point in the history
related to #66
  • Loading branch information
sohilpandya committed Feb 1, 2018
1 parent e90d3d6 commit c7ff553
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/svg/Education.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/svg/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

const Home = () => {
return (
<svg width="60px" height="100px" viewBox="0 0 313 514" version="1.1">
<svg role="img" aria-label="Home" width="60px" height="100px" viewBox="0 0 313 514" version="1.1">
<title>Home_building</title>
<desc>Created with Sketch.</desc>
<defs>
Expand Down
2 changes: 1 addition & 1 deletion src/components/svg/Industrial.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

const Industrial = () => {
return (
<svg width="60px" height="100px" viewBox="0 0 323 545" version="1.1">
<svg role="img" aria-label="Industrial" width="60px" height="100px" viewBox="0 0 323 545" version="1.1">
<title>industrial_building</title>
<desc>Created with Sketch.</desc>
<defs>
Expand Down
2 changes: 1 addition & 1 deletion src/components/svg/Other.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7ff553

Please sign in to comment.