From 9fb2a713c4a222cd50e79bf74a4cad4bc588ec6f Mon Sep 17 00:00:00 2001 From: kien-ngo Date: Wed, 6 Nov 2024 01:06:02 +0000 Subject: [PATCH] [Dashoard] Remove modular contracts beta tags (#5314) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Problem solved Short description of the bug fixed or feature added --- ## PR-Codex overview This PR focuses on updating the `displayName` and removing the `isBeta` flag for the `modular-contracts` entry in the `explore.ts` file, indicating a shift from a beta status to a more stable release. ### Detailed summary - Changed `displayName` from "Modular Contracts (Beta)" to "Modular Contracts". - Removed the `isBeta` property set to `true`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- apps/dashboard/src/data/explore.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/dashboard/src/data/explore.ts b/apps/dashboard/src/data/explore.ts index 38ef439e6b0..b0261b4034d 100644 --- a/apps/dashboard/src/data/explore.ts +++ b/apps/dashboard/src/data/explore.ts @@ -94,10 +94,9 @@ const MARKETS = { const MODULAR_CONTRACTS = { id: "modular-contracts", name: "modular", - displayName: "Modular Contracts (Beta)", + displayName: "Modular Contracts", description: "Collection of highly customizable and upgradeable smart contracts built with the modular contracts framework.", - isBeta: true, contracts: [ // erc721 drop [