fixed a11y violations (#17536)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
25d6161ebd
commit
d3dcab396e
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ const EmptyDashboard = () => {
|
||||||
alt="Keycloak icon"
|
alt="Keycloak icon"
|
||||||
className="keycloak__dashboard_icon"
|
className="keycloak__dashboard_icon"
|
||||||
/>
|
/>
|
||||||
<Title headingLevel="h4" size="3xl">
|
<Title headingLevel="h2" size="3xl">
|
||||||
{t("welcome")}
|
{t("welcome")}
|
||||||
</Title>
|
</Title>
|
||||||
<Title headingLevel="h4" size="4xl">
|
<Title headingLevel="h1" size="4xl">
|
||||||
{realm}
|
{realm}
|
||||||
</Title>
|
</Title>
|
||||||
<EmptyStateBody>{t("introduction")}</EmptyStateBody>
|
<EmptyStateBody>{t("introduction")}</EmptyStateBody>
|
||||||
|
|
Loading…
Reference in a new issue