graphcommerce icon indicating copy to clipboard operation
graphcommerce copied to clipboard

The anchor on the homepage that represents the logo does not have an href attribute.

Open ErwinOtten opened this issue 2 years ago • 0 comments

Describe the Bug

  • On pages other than the homepage, the logo functions as an anchor and should therefore have an href attribute.
  • The logo on the homepage should not be implemented as an anchor. Currently, it is an anchor without a href attribute

Expected Behavior

  • The logo on the homepage should not be implemented as an anchor, but as a <div> with the same styling

To Reproduce

Please examine the source code of the homepage:

<a class="GcLogo-parent css-17h45ia">...</a>

ErwinOtten avatar Jun 13 '23 12:06 ErwinOtten