Skip to content

Commit

Permalink
WelcomeMessage header text marked as heading (#2373)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Hobbs <steve.hobbs@okta.com>
  • Loading branch information
piwysocki and stevehobbsdev authored Jul 10, 2023
1 parent 1232ec5 commit 6ff9f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/box/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class WelcomeMessage extends React.Component {
}

return (
<div className={className} title={message}>
<div className={className} title={message} role="heading" aria-level="1">
{message}
</div>
);
Expand Down

0 comments on commit 6ff9f7d

Please sign in to comment.