From: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/anchor-has-content.md
Alternatively, you may use the title prop or the aria-label prop.
Can we please remove the mention of the HTML title attribute? It is problematic with assistive tech. aria-label and aria-labelledby should be the only alternatives accepted. [source]
Then remove this from the success criteria.