Counselllor / Counsellor-Web

Use valid anchors JS-0739
Anti-pattern
Minor
18 days ago5 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
207      </div>
208      <div className="search">
209        <div className="s_bar_c">
210          <a href="">211            <img src={SearchIcon} alt="Search" />
212          </a>
213          <div className="vl" />