mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Icon for default role should have a separator to the role name (#40194)
Closes #40191 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
32352ef3e2
commit
44deba91c5
@ -43,7 +43,7 @@ const RoleDetailLink = ({
|
||||
</Link>
|
||||
) : (
|
||||
<span>{role.name}</span>
|
||||
)}
|
||||
)}{" "}
|
||||
<HelpItem helpText={t("defaultRole")} fieldLabelId="defaultRole" />
|
||||
</>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user