Fix accessibility issue with empty <th> by switching to a <td>

This commit is contained in:
Tim Donohue
2022-12-12 10:19:42 -06:00
parent 3b6d37b006
commit 85c8722f7d

View File

@@ -10,7 +10,7 @@
<tbody>
<tr>
<th scope="col"></th>
<td></td>
<th scope="col"
*ngFor="let header of headers"
class="{{header}}-header">