Label that table

This commit is contained in:
Lynn 2022-01-14 17:33:00 +01:00
parent 0978360bcb
commit d663cddbc6

View file

@ -172,7 +172,7 @@ function Game(props: GameProps) {
Give up
</button>
</div>
<table className="Game-rows" tabIndex={0}>
<table className="Game-rows" tabIndex={0} aria-label="Table of guesses">
<tbody>{tableRows}</tbody>
</table>
<p role="alert">{hint || `\u00a0`}</p>