Label that table
This commit is contained in:
@@ -172,7 +172,7 @@ function Game(props: GameProps) {
|
|||||||
Give up
|
Give up
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<table className="Game-rows" tabIndex={0}>
|
<table className="Game-rows" tabIndex={0} aria-label="Table of guesses">
|
||||||
<tbody>{tableRows}</tbody>
|
<tbody>{tableRows}</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p role="alert">{hint || `\u00a0`}</p>
|
<p role="alert">{hint || `\u00a0`}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user