diff --git a/src/data/builder-tools.js b/src/data/builder-tools.js index 819c11bd4b..eac6953c13 100644 --- a/src/data/builder-tools.js +++ b/src/data/builder-tools.js @@ -563,6 +563,15 @@ const Showcases = [ getstarted: "/docs/get-started/cscli", tags: ["getstarted", "cli"], }, + { + title: "CVM", + description: + "Cardano Version Manager, manage the configuration and versions of your pool.", + preview: require("./builder-tools/cvm.png"), + website: "https://github.com/orelvis15/cvm", + getstarted: null, + tags: ["operatortool"], + }, ]; export const TagList = Object.keys(Tags); diff --git a/src/data/showcases.js b/src/data/showcases.js index 15ff5a7ee7..212ce15dbf 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -1084,15 +1084,6 @@ const Showcases = [ source: "https://github.com/nilscodes/hazelnet", tags: [ "nftsupport", "opensource", "token"], }, - { - title: "CVM", - description: - "Cardano Version Manager, manage the configuration and versions of your pool.", - preview: require("./builder-tools/cvm.png"), - website: "https://sites.google.com/view/cvmcli/inicio", - source: "https://github.com/orelvis15/cvm", - tags: ["operatortool"], - }, ]; export const TagList = Object.keys(Tags);