diff --git a/src/data/builder-tools.js b/src/data/builder-tools.js index baea724c69..4218668f90 100644 --- a/src/data/builder-tools.js +++ b/src/data/builder-tools.js @@ -663,14 +663,6 @@ export const Showcases = [ getstarted: null, tags: ["haskell", "plutus", "testing"] }, - { - title: "Pluto", - description: "An untyped Plutus Core assembler.", - preview: require("./builder-tools/pluto.png"), - website: "https://github.com/Plutonomicon/pluto#pluto", - getstarted: null, - tags: ["plutus", "lowlevel"] - }, { title: "Plutonomicon", description: "A developer-driven guide to the Plutus smart contract language in practice.", diff --git a/src/data/builder-tools/pluto.png b/src/data/builder-tools/pluto.png deleted file mode 100644 index 099a5e38df..0000000000 Binary files a/src/data/builder-tools/pluto.png and /dev/null differ