fix: improved site accessibility#6181
Closed
aakankshabhende wants to merge 3 commits intolayer5io:masterfrom
aakankshabhende:6148
Closed
fix: improved site accessibility#6181aakankshabhende wants to merge 3 commits intolayer5io:masterfrom aakankshabhende:6148
aakankshabhende wants to merge 3 commits intolayer5io:masterfrom
aakankshabhende:6148
Conversation
Signed-off-by: aakankshabhende <aakanksha0407@gmail.com>
Contributor
|
🚀 Preview for commit 74e782a at: https://677e83d0b4b0135dfe7e4f54--layer5.netlify.app |
Contributor
|
@aakankshabhende adding it as an agenda item to the meeting minutes. |
Contributor
Author
|
@vishalvivekm Could you please review this? |
leecalcote
reviewed
Jan 16, 2025
| {menu.subItems !== undefined && ( | ||
| <ul> | ||
| {menu.subItems.map((subItem, subIndex) => ( | ||
| <li key={subIndex} className="mobile-nav-subitem"> |
Member
There was a problem hiding this comment.
We no longer need the return() function here?
Member
There was a problem hiding this comment.
No it is not needed here because it will implicitly return the values.Am I right @aakankshabhende?
Member
|
I love seeing this. Thank you, @aakankshabhende! 👏 |
sudhanshutech
approved these changes
Jan 24, 2025
Contributor
|
🚀 Preview for commit d1cf18b at: https://6793154c6593b06212ec1d18--layer5.netlify.app |
Contributor
|
🚀 Preview for commit fbc04b8 at: https://679740f9e1da87c5063367ad--layer5.netlify.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The site accessibility score has been improved from 74 to 91. The changes which can further improve the score aren't possible because that involves colour change that doesn't match our brand and other significant UI changes such as increasing font size.
This PR fixes #6148
Notes for Reviewers
Signed commits