-
Notifications
You must be signed in to change notification settings - Fork 0
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
Lighthouse best practices & accessibility #131
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for wfp-hungermap ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Just one small change. The Lighthouse score fails for accessibility, idk if its hapenning on prod, but lets have a look tomorrow in the demos and then if it works fine and we defined the next actions we will merge this
// <div | ||
// role="button" | ||
// tabIndex={0} | ||
// onClick={() => 1} | ||
// onKeyDown={() => 1} | ||
// className="w-[37px] h-[37px] p-[5.5px] hover:bg-default hover:opacity-40 rounded-xl" | ||
// > | ||
// <span className="hover:opacity-100 hover:text-white">{item.infoIcon}</span> | ||
// </div> |
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.
Remove this please
best practices score should be 100 on master |
Things changed:
remaining issues: