-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix missing attribute in global header standard example #1662
Fix missing attribute in global header standard example #1662
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Could you please update https://deploy-preview-1662--boosted.netlify.app/docs/5.2/components/orange-navbar/#navigation-under where there's a missing aria-current="page"
as well.
Same for right part of supra bar in https://deploy-preview-1662--boosted.netlify.app/docs/5.2/components/orange-navbar/#responsive-behavior ! Missing |
79be1dd
to
57b675f
Compare
2d3d0a4
to
f053a5f
Compare
Kudos, SonarCloud Quality Gate passed! |
Related issues
The attribute
aria-current="page"
was used in the code example:but was missing from the associated HTML code:
Description
Add missing attribute.
Types of change
Live previews
Checklist
npm run lint
)