Skip to content

Commit 8ed5ef3

Browse files
[Dashboard] Change "Network" label to "Select Testnet" in analytics test transaction form (#7178)
1 parent e14a134 commit 8ed5ef3

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/engine/cloud/analytics/send-test-tx.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export function SendTestTransaction(props: {
220220
</Select>
221221
</div>
222222
<div className="flex flex-1 flex-col gap-2">
223-
<p className="text-sm">Network</p>
223+
<p className="text-sm">Select Testnet</p>
224224
<SingleNetworkSelector
225225
className="bg-background"
226226
chainIds={chainsQuery.allChains

apps/dashboard/src/components/contract-components/contract-deploy-form/platform-fee-fieldset.tsx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,9 @@ export const PlatformFeeFieldset: React.FC<PlatformFeeFieldsetProps> = ({
8080
<Link
8181
target="_blank"
8282
className="text-blue-500 underline"
83-
href={
84-
"https://blog.thirdweb.com/mint-fees-for-contract-deployments-update/"
85-
}
83+
href={"https://thirdweb.com/pricing"}
8684
>
87-
Read more.
85+
See fee breakdown on pricing page.
8886
</Link>
8987
</p>
9088
) : (
@@ -94,11 +92,9 @@ export const PlatformFeeFieldset: React.FC<PlatformFeeFieldsetProps> = ({
9492
<Link
9593
target="_blank"
9694
className="text-blue-500 underline"
97-
href={
98-
"https://blog.thirdweb.com/mint-fees-for-contract-deployments-update/"
99-
}
95+
href={"https://thirdweb.com/pricing"}
10096
>
101-
Read more.
97+
See fee breakdown on pricing page.
10298
</Link>
10399
</p>
104100
)}

0 commit comments

Comments
 (0)