Skip to content

Commit ad47674

Browse files
committed
changes requested from manan
1 parent 1c47c90 commit ad47674

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

apps/portal/src/app/contracts/modular-contracts/page.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
import { OpenSourceCard, Details } from "@doc";
1+
import { OpenSourceCard, Details, createMetadata } from "@doc";
2+
3+
export const metadata = createMetadata({
4+
title: "Modular Contracts | thirdweb Documentation",
5+
description:
6+
"Build custom smart contracts with thirdweb Modular Contracts. Add features like royalties, permissions, and drops using prebuilt, audited modules.",
7+
image: {
8+
title: "Modular Contracts",
9+
icon: "contracts",
10+
},
11+
});
212

313
# Modular Contracts
414

apps/portal/src/app/payments/faq/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createMetadata, Details } from "@doc";
33
export const metadata = createMetadata({
44
image: {
55
title: "Payments FAQs",
6-
icon: "thirdweb",
6+
icon: "payments",
77
},
88
title: "Payments FAQs | thirdweb documentation",
99
description: "Explore FAQs around accepting crypto payments with thirdweb—covering payment links, checkout, webhooks, fiat onramps, and token compatibility.",

apps/portal/src/app/tokens/deploy-erc1155/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import TokenDeployment from "../assets/token_deployment.png";
44
export const metadata = createMetadata({
55
image: {
66
title: "Deploy an ERC-1155 token",
7-
icon: "tokens",
7+
icon: "contracts",
88
},
99
title: "Deploy an ERC-1155 token | thirdweb Documentation",
1010
description:

apps/portal/src/app/tokens/deploy-erc20/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import DistributeCoin from "./assets/distribute_coin.png";
66
export const metadata = createMetadata({
77
image: {
88
title: "Deploy an ERC-20 token",
9-
icon: "tokens",
9+
icon: "contracts",
1010
},
1111
title: "Deploy an ERC-20 token | thirdweb Documentation",
1212
description:

apps/portal/src/app/tokens/deploy-erc721/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import SaleRecipients from "./assets/sale_recipients.png";
77
export const metadata = createMetadata({
88
image: {
99
title: "Deploy an ERC-721 token",
10-
icon: "tokens",
10+
icon: "contracts",
1111
},
1212
title: "Deploy an ERC-721 token | thirdweb Documentation",
1313
description:

apps/portal/src/app/wallets/external-wallets/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { AllSupportedWallets } from "@/components/others/AllSupportedWallets";
77
export const metadata = createMetadata({
88
image: {
99
title: "External Wallets",
10-
icon: "typescript",
10+
icon: "wallets",
1111
},
1212
title: "External Wallets | thirdweb Documentation",
1313
description: "Connect 500+ wallets with thirdweb—including all EIP-6963 compatible wallets with native UI components and customizable APIs. Native support for top wallets with simple integration.",

0 commit comments

Comments
 (0)