Skip to content

Commit

Permalink
ADD: CSM Service Icons (#2016)
Browse files Browse the repository at this point in the history
* ADD: Icons for CMS Monitoring

* ADD: Icons for IPFS Service
  • Loading branch information
NeoPlays authored Aug 28, 2024
1 parent 6d2de78 commit 1e6c987
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions launcher/src/store/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1e6c987

Please sign in to comment.