You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/team/[team_slug]/[project_slug]/transactions/server-wallets/components/send-dummy-tx.client.tsx
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ export default function SendDummyTx(props: {
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/team/[team_slug]/[project_slug]/transactions/server-wallets/components/try-it-out.tsx
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,15 @@ export function TryItOut(props: {
32
32
/>
33
33
<divclassName="h-4"/>
34
34
<divclassName="flex flex-row justify-end gap-4">
35
-
<Buttonvariant={"secondary"}>View API reference</Button>
35
+
<Buttonvariant={"secondary"}asChild>
36
+
<a
37
+
href={`${THIRDWEB_ENGINE_CLOUD_URL}/reference`}
38
+
target="_blank"
39
+
rel="noreferrer"
40
+
>
41
+
View API reference
42
+
</a>
43
+
</Button>
36
44
{props.wallet&&(
37
45
<SendDummyTx
38
46
authToken={props.authToken}
@@ -49,7 +57,7 @@ export function TryItOut(props: {
0 commit comments