add summary to table

This commit is contained in:
mathuramg 2016-07-12 14:00:04 -04:00
parent 0a1ef4e048
commit 2ea803349a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class SketchListView extends React.Component {
createProject={this.props.createProject}
saveProject={this.props.saveProject}
/>
<table className="sketches-table">
<table className="sketches-table" summary="table containing all saved projects">
<thead>
<th scope="col">Name</th>
<th scope="col">Created</th>