Skip to content

Commit 6de94a2

Browse files
committed
removed next steps chainlist page
1 parent 0345492 commit 6de94a2

File tree

3 files changed

+0
-75
lines changed

3 files changed

+0
-75
lines changed

apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/(chainPage)/components/client/NextSteps.tsx

Lines changed: 0 additions & 37 deletions
This file was deleted.

apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/(chainPage)/components/server/ClaimChainSection.tsx

Lines changed: 0 additions & 31 deletions
This file was deleted.

apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/(chainPage)/page.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ import { getClientThirdwebClient } from "@/constants/thirdweb-client.client";
33
import { getRawAccount } from "../../../../account/settings/getAccount";
44
import { getChain, getChainMetadata } from "../../utils";
55
import { BuyFundsSection } from "./components/client/BuyFundsSection";
6-
import NextSteps from "./components/client/NextSteps";
76
import { ChainOverviewSection } from "./components/server/ChainOverviewSection";
8-
import { ClaimChainSection } from "./components/server/ClaimChainSection";
97
import { ChainCTA } from "./components/server/cta-card";
108
import { ExplorersSection } from "./components/server/explorer-section";
119
import { FaucetSection } from "./components/server/FaucetSection";
@@ -60,11 +58,6 @@ export default async function Page(props: {
6058
{chain.services.filter((s) => s.enabled).length > 0 && (
6159
<SupportedProductsSection services={chain.services} />
6260
)}
63-
{/*Next Steps */}
64-
<NextSteps chain={chain} />
65-
66-
{/* Claim Chain */}
67-
{!chainMetadata && <ClaimChainSection />}
6861
</div>
6962
);
7063
}

0 commit comments

Comments
 (0)