Counselllor / Counsellor-Web

Use valid anchors JS-0739
Anti-pattern
Minor
1 occurrence in this check
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
191      </div>
192      <div className="search">
193        <div className="s_bar_c">
194          <a href="">195            <img src="src/assets/icons8-search-50.png" alt="Search" />
196          </a>
197          <div className="vl" />