Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add BASE nft copy change #1007

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export default function FrameBuilder() {
}
imgData={mintMe as StaticImageData}
title="Mint me"
description="Mint your NFT on Highlight"
description="Mint your Base NFT on Highlight"
>
<p className="text-sm">To pin a frame:</p>
<ol className="list-inside list-decimal indent-1 text-sm text-palette-foreground">
Expand All @@ -331,7 +331,7 @@ export default function FrameBuilder() {
highlight.xyz
</a>
</li>
<li>Paste a link to the NFT you want others to mint</li>
<li>Paste a link to the Base NFT you want others to mint</li>
</ol>
<Input
placeholder="https://"
Expand Down
Loading