Use strong over b for improved a11y semantics
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -141,7 +141,7 @@ export default class IdentityAuthClient {
|
||||
"terms|identity_server_no_terms_description_1",
|
||||
{},
|
||||
{
|
||||
server: () => <b>{abbreviateUrl(identityServerUrl)}</b>,
|
||||
server: () => <strong>{abbreviateUrl(identityServerUrl)}</strong>,
|
||||
},
|
||||
)}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user