Fixed a11y violation for link style (#19395)
This commit is contained in:
parent
899a48301a
commit
0a4456cc61
1 changed files with 4 additions and 1 deletions
|
@ -221,7 +221,10 @@ export const DefaultsGroupsTab = () => {
|
|||
instructions={
|
||||
<Trans i18nKey="realm-settings:noDefaultGroupsInstructions">
|
||||
{" "}
|
||||
<Link to={toUserFederation({ realm })} />
|
||||
<Link
|
||||
className="pf-u-font-weight-light"
|
||||
to={toUserFederation({ realm })}
|
||||
/>
|
||||
Add groups...
|
||||
</Trans>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue