You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove invalid alt attribute from button elements
The alt attribute is only valid on <img>, <area>, and <input type="image">
elements. Several Button components had alt attributes which are invalid
on <button> elements. The buttons already use aria-label and title for
accessibility, so the alt attributes are unnecessary.
Closes#7485
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
<Buttonid="book-a-demo"aria-label="Book a demo"primaryclassName="banner-btn book-a-demo"$external={true}title="Book a demo"alt="Book a demo"$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"/>
<Buttonid="book-a-demo"aria-label="Book a demo"primaryclassName="banner-btn book-a-demo"$external={true}title="Book a demo"$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"/>
Embrace the future of technology and embark on a transformative journey with our comprehensive range of products prepared to meet your needs. Elevate, Innovate, and conquer the cloud with us today!
Book to see it in action! Our experts are eager to guide you through the incredible possibilities that Layer5 offers. Take this opportunity to discover what more your infrastructure can do for you!
160
160
</p>
161
161
</div>
162
-
<Button$external={true}$primarytitle="Book a Demo"alt="Book a demo"$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"/>
162
+
<Button$external={true}$primarytitle="Book a Demo"$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"/>
0 commit comments