Skip to content

[Navigation] fix: remove invalid alt attribute from button element#7505

Open
Daniel-1600 wants to merge 4 commits intolayer5io:masterfrom
Daniel-1600:fix/button-alt-attribute
Open

[Navigation] fix: remove invalid alt attribute from button element#7505
Daniel-1600 wants to merge 4 commits intolayer5io:masterfrom
Daniel-1600:fix/button-alt-attribute

Conversation

@Daniel-1600
Copy link
Contributor

Description
This PR fixes #7485

Removed invalid alt attribute from the "Get Started" button in the Navigation component.
The alt attribute is exclusively for images and is not valid on <button> elements.
The button already uses aria-label and title for accessibility.

Notes for Reviewers
Removed alt="Signup for Layer5 Cloud" from the button with id="get-started-2" in:
src/sections/General/Navigation/index.js

Signed commits

  • Yes, I signed my commits.

@l5io
Copy link
Member

l5io commented Mar 13, 2026

🚀 Preview for commit 80ce334 at: https://69b44f5d02326637424d2f3e--layer5.netlify.app

@l5io
Copy link
Member

l5io commented Mar 15, 2026

🚀 Preview for commit 5a4a080 at: https://69b6fefd7678234057f42a7a--layer5.netlify.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Button should not use the alt attribute

3 participants