he href attribute is required for an anchor to be keyboard accessible
<a href="javascript:void(0)">link</a>
he href attribute is required for an anchor to be keyboard accessible
<a href="javascript:void(0)">link</a>
React site warning: The href attribute requires a valid address. Provide a valid, navigable address as the href value jsx-a11y/anchor-is-valid
// just change
href="#" // -> to correct url
Example:
href="https://learn-tech-tips.blogspot.com/"
The href attribute is required for an anchor to be keyboard accessible.
href="/#" to replace href="#"
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us