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
The Hero component currently uses a generic <div> as its root element, which reduces the semantic value of the page for search engines and screen readers. Proposed fix: Replace the root <div> with a <section> tag.
The Hero component currently uses a generic
<div>as its root element, which reduces the semantic value of the page for search engines and screen readers. Proposed fix: Replace the root<div>with a<section>tag.