Counselllor / Counsellor-Web

Use valid anchors JS-0739
Anti-pattern
Minor
3 days ago4 months old
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
217      </div>
218      <div className="search">
219        <div className="s_bar_c">
220          <a href="">221            <img src={SearchIcon} alt="Search" /> {/* Corrected import */}
222          </a>
223          <div className="vl" />