Favicon break on all pages except the start-page

The favicon is linked using an incorrect href path, causing the browser to look for the favicon in invalid locations when you’re not on the start-page.

The only reason I’m reporting it as a bug is because I scan my tabs by the icon, but anytime you navigate directly to say the projects or pipelines page, the favicon disappears from the browser tab.

It’s even more of an issue if you pin the CodeFresh tab in Chrome or Edge, in which case the favicon is the only thing visible.

Repro:

  1. Navigate into a project
  2. Go to your project pipelines
  3. Reload the page
  4. Notice browser attempts to load https://g.codefresh.io/projects/default/edit/pipelines/favicon.svg instead of https://g.codefresh.io/favicon.svg

Current (issue):

<link rel="icon" href="favicon.svg" type="image/svg+xml">

Fix:

<link rel="icon" href="/favicon.svg" type="image/svg+xml">

Can you please open a ticket at support@codefresh.io
thanks