Use strong
over b
for improved a11y semantics
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
6b384fe9c1
commit
a6e98b0b63
35 changed files with 80 additions and 66 deletions
|
@ -145,7 +145,7 @@ export function showAnyInviteErrors(
|
|||
"invite|room_failed_partial",
|
||||
{},
|
||||
{
|
||||
RoomName: () => <b>{room.name}</b>,
|
||||
RoomName: () => <strong>{room.name}</strong>,
|
||||
},
|
||||
)}
|
||||
</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue