add summary to table
This commit is contained in:
parent
0a1ef4e048
commit
2ea803349a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class SketchListView extends React.Component {
|
||||||
createProject={this.props.createProject}
|
createProject={this.props.createProject}
|
||||||
saveProject={this.props.saveProject}
|
saveProject={this.props.saveProject}
|
||||||
/>
|
/>
|
||||||
<table className="sketches-table">
|
<table className="sketches-table" summary="table containing all saved projects">
|
||||||
<thead>
|
<thead>
|
||||||
<th scope="col">Name</th>
|
<th scope="col">Name</th>
|
||||||
<th scope="col">Created</th>
|
<th scope="col">Created</th>
|
||||||
|
|
Loading…
Reference in a new issue