Skip to content

Commit 9fb2a71

Browse files
committed
[Dashoard] Remove modular contracts beta tags (#5314)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## 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}` <!-- end pr-codex -->
1 parent 87e736d commit 9fb2a71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/dashboard/src/data/explore.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,9 @@ const MARKETS = {
9494
const MODULAR_CONTRACTS = {
9595
id: "modular-contracts",
9696
name: "modular",
97-
displayName: "Modular Contracts (Beta)",
97+
displayName: "Modular Contracts",
9898
description:
9999
"Collection of highly customizable and upgradeable smart contracts built with the modular contracts framework.",
100-
isBeta: true,
101100
contracts: [
102101
// erc721 drop
103102
[

0 commit comments

Comments
 (0)