Skip to content

[Dashboard] Change "Network" label to "Select Testnet" in analytics test transaction form #7178

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

Merged
Show file tree
Hide file tree
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 @@ -220,7 +220,7 @@ export function SendTestTransaction(props: {
</Select>
</div>
<div className="flex flex-1 flex-col gap-2">
<p className="text-sm">Network</p>
<p className="text-sm">Select Testnet</p>
<SingleNetworkSelector
className="bg-background"
chainIds={chainsQuery.allChains
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@ export const PlatformFeeFieldset: React.FC<PlatformFeeFieldsetProps> = ({
<Link
target="_blank"
className="text-blue-500 underline"
href={
"https://blog.thirdweb.com/mint-fees-for-contract-deployments-update/"
}
href={"https://thirdweb.com/pricing"}
>
Read more.
See fee breakdown on pricing page.
</Link>
</p>
) : (
Expand All @@ -94,11 +92,9 @@ export const PlatformFeeFieldset: React.FC<PlatformFeeFieldsetProps> = ({
<Link
target="_blank"
className="text-blue-500 underline"
href={
"https://blog.thirdweb.com/mint-fees-for-contract-deployments-update/"
}
href={"https://thirdweb.com/pricing"}
>
Read more.
See fee breakdown on pricing page.
</Link>
</p>
)}
Expand Down
Loading