fixed a11y violations (#17536)

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
agagancarczyk 2023-03-10 09:54:35 +00:00 committed by GitHub
parent 25d6161ebd
commit d3dcab396e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>