From 9ca9e7b827e79b321b1f3a0434fb8bb6cc1fd722 Mon Sep 17 00:00:00 2001 From: Robert Phair Date: Mon, 30 Sep 2024 05:47:27 -0400 Subject: [PATCH] remove Plutus Playground from Builder Tools (#1330) --- src/data/builder-tools.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/data/builder-tools.js b/src/data/builder-tools.js index 28bd3f205d..2ce07a14e3 100644 --- a/src/data/builder-tools.js +++ b/src/data/builder-tools.js @@ -543,14 +543,6 @@ export const Showcases = [ getstarted: null, tags: ["sdk", "python"], }, - { - title: "Plutus Playground", - description: "The Plutus Playground is a lightweight, web-based environment for exploratory Plutus development.", - preview: require("./builder-tools/plutus-playground.png"), - website: "https://playground.plutus.iohkdev.io", - getstarted: "/docs/smart-contracts/plutus#plutus-playground", - tags: ["favorite", "plutus", "hosted"], - }, { title: "Marlowe Playground", description: "In the browser-based Marlowe Playground you can write Marlowe contracts, in a variety of different ways.",