Skip to content

Commit 50e622c

Browse files
committed
code rabbit suggestions
1 parent e1bec80 commit 50e622c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ It is useful for creating a contract where you need to upgrade the core contract
2828

2929
- [Modular Contracts Repository](https://github.com/thirdweb-dev/modular-contracts).
3030
- [Modular Contracts Design Documentation](https://github.com/thirdweb-dev/modular-contracts/blob/dev/design-document.md)
31-
- [Modular Contracts 101 | Build Upgradeable Smart Contracts Like Lego Blocks](https://github.com/thirdweb-dev/modular-contracts/blob/dev/design-document.md)
32-
- [Modular Contracts SDK: Build Core & Modules from Scratch (Advanced Guide)](https://www.youtube.com/watch?v=ZoOk41y4f_k&t=6s)
31+
- [Modular Contracts 101 | Build Upgradeable Smart Contracts Like Lego Blocks](https://www.youtube.com/watch?v=4YE0WljSpiQ&t=9s)
32+
- [Modular Contracts SDK: Build Core & Modules from Scratch (Advanced Guide)](https://www.youtube.com/watch?v=ZoOk41y4f_k&t=29s)

apps/portal/src/app/contracts/troubleshoot/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ export const metadata = {
99
# Contracts Troubleshooting Guides
1010

1111
<Details summary="Can I use thirdweb tools with my existing contract?">
12-
Yes, thirdweb contract dashboard, deployment tools, and SDKs / APIs are compatible with non-thirdwbe contracts.
12+
Yes, thirdweb contract dashboard, deployment tools, and SDKs / APIs are compatible with non-thirdweb contracts.
1313

1414
You can use thirdweb's deploy tool to deploy any contract that has not been deployed to any compatible EVM chain.
1515

16-
For any already deployed contracts, you can use the thirdweb dashboard to import them and manage
16+
For any already deployed contracts, you can use the thirdweb dashboard to import them and manage their functionality.
1717

1818
</Details>

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Step, Steps, DocImage, createMetadata, Callout } from "@doc";
22
import TokenDeployment from "../assets/token_deployment.png";
33
import CreateNFT from "./assets/create_nft.png";
4-
import UploadNFTs from "./assets/upload_nfts.png";
4+
import UploadNFTs from "./assets/upload_NFTs.png";
55
import SaleRecipients from "./assets/sale_recipients.png";
66

77
export const metadata = createMetadata({
@@ -16,7 +16,7 @@ export const metadata = createMetadata({
1616

1717
# Deploy an ERC-721 token
1818

19-
Learn how to deploy an ERC-721 token using thirdweb's dashboard or programmatically through the SDK. This guide will walk you through the steps to create, configure, and deploy your own ERC-20 token.
19+
Learn how to deploy an ERC-721 token using thirdweb's dashboard or programmatically through the SDK. This guide will walk you through the steps to create, configure, and deploy your own ERC-721 token.
2020

2121
## Deploying through the dashboard
2222

@@ -37,6 +37,7 @@ Learn how to deploy an ERC-721 token using thirdweb's dashboard or programmatica
3737
<Step title="Upload NFTs">
3838
Upload your NFTs to the collection. You can upload images, videos, or other media files that represent your NFTs.
3939
You can also set metadata for each NFT, including name, description, and attributes.
40+
<DocImage src={UploadNFTs} alt="Upload NFTs screen on thirdweb dashboard" />
4041

4142
<Callout variant="info" title="Metadata Management">
4243
You can switch to "Create Multiple" to upload multiple NFTs at once. This is useful for bulk minting or creating a series of NFTs when you have a corresponding CSV or JSON file with metadata.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ Tokens has:
1919
- Ability to airdrop tokens directly through the token creation flow
2020
- Ability to create liquidity pools for your token (coming soon)
2121
- An included listing page to share your token to users for purchasing
22-
-
2322
</Details>

apps/portal/src/app/wallets/custom-auth/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const metadata = createMetadata({
2020
"Bring your own auth with thirdweb to in-app, embedded, or ecosystem wallets. Connect wallets to users using OIDC JWTs or a custom auth endpoint for full flexibility and control.",
2121
});
2222

23-
# Bring your own auth
23+
# Custom Authentication
2424

2525
You can attach wallets to your existing users using the `jwt` and `auth_endpoint` strategies.
2626

apps/portal/src/app/wallets/security/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const metadata = createMetadata({
88
title: "Wallet Security",
99
icon: "wallets",
1010
},
11-
title: "thirdweb Wallet Security",
11+
title: "Wallet Security & Architecture | thirdweb Documentation",
1212
description:
1313
"Learn how thirdweb protects your user's private keys across applications using nitro Enclaves",
1414
});

0 commit comments

Comments
 (0)