How to 'customize' the icon shown next to component links

How can I influence the icon shown next to component links?

Screenshot 2024-07-12 at 13.48.32

Hi @markrekveld
You could add icon from manifest.yml

modules:
  jira:globalPage:
    - key: xxx-global-page
      icon: https://xxx/744954.png

Hope it helps & Thanks,
YY1

Hi @YY1

I tried added the icon, and it works on the left menu, in my case a component page, under the apps section.

However, If I add a project, repository, documentation, etc. link on the right side of the screen then my manifest has no impact on how its rendered.
If I don’t specify a link name when adding a URL, that it seems to select some text when loading the page not sure what of where the icons are coming from.

I tried creating a simple dummy page with a title and a flavicon, but this is not working as expected for those links.

@EnriqueSerranoValle or @RyanHornik do you know how I can customise the icon used in the component link lists on the right on the overview page?