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:
Alexander Schwartz 2025-06-03 19:46:25 +02:00 committed by GitHub
parent 32352ef3e2
commit 44deba91c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ const RoleDetailLink = ({
</Link>
) : (
<span>{role.name}</span>
)}
)}{" "}
<HelpItem helpText={t("defaultRole")} fieldLabelId="defaultRole" />
</>
);