diff --git a/launcher/public/img/icon/service-icons/Other/IPFS-s.png b/launcher/public/img/icon/service-icons/Other/IPFS-s.png new file mode 100644 index 000000000..663ae9613 Binary files /dev/null and b/launcher/public/img/icon/service-icons/Other/IPFS-s.png differ diff --git a/launcher/public/img/icon/service-icons/Other/IPFS.png b/launcher/public/img/icon/service-icons/Other/IPFS.png new file mode 100644 index 000000000..9306d3471 Binary files /dev/null and b/launcher/public/img/icon/service-icons/Other/IPFS.png differ diff --git a/launcher/public/img/icon/service-icons/Other/LCOM-s.png b/launcher/public/img/icon/service-icons/Other/LCOM-s.png new file mode 100644 index 000000000..346525499 Binary files /dev/null and b/launcher/public/img/icon/service-icons/Other/LCOM-s.png differ diff --git a/launcher/public/img/icon/service-icons/Other/LCOM.png b/launcher/public/img/icon/service-icons/Other/LCOM.png new file mode 100644 index 000000000..ec92cbdce Binary files /dev/null and b/launcher/public/img/icon/service-icons/Other/LCOM.png differ diff --git a/launcher/src/store/services.js b/launcher/src/store/services.js index 34edb4c75..1045e58b9 100755 --- a/launcher/src/store/services.js +++ b/launcher/src/store/services.js @@ -1410,8 +1410,8 @@ export const useServices = defineStore("services", { configPanel: false, category: "service", path: "/lcoms", - icon: "/img/icon/plugin-icons/Other/custom-service.png", - sIcon: "/img/icon/plugin-icons/Other/custom-service-s.png", + icon: "/img/icon/plugin-icons/Other/LCOM.png", + sIcon: "/img/icon/plugin-icons/Other/LCOM-s.png", linkUrl: "", docsUrl: "https://github.com/stereum-dev/lido-csm-operator-monitoring-service", headerOption: false, @@ -1441,8 +1441,8 @@ export const useServices = defineStore("services", { configPanel: false, category: "service", path: "/ipfs", - icon: "/img/icon/plugin-icons/Other/custom-service.png", - sIcon: "/img/icon/plugin-icons/Other/custom-service-s.png", + icon: "/img/icon/plugin-icons/Other/IPFS.png", + sIcon: "/img/icon/plugin-icons/Other/IPFS-s.png", linkUrl: "", docsUrl: "https://docs.ipfs.tech/", headerOption: false,