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/(app)/team/[team_slug]/[project_slug]/engine/cloud/analytics/tx-chart/tx-chart-ui.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -169,9 +169,9 @@ function EmptyChartContent(props: {
169
169
{props.wallets.length===0 ? (
170
170
<>
171
171
<spanclassName="mb-6 text-center text-lg">
172
-
Engine requires a{/* TODO (cloud): add a link to the docs */}
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/vault/components/key-management.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ export function KeyManagement({
18
18
<pclassName="text-muted-foreground text-sm">
19
19
Secure, non-custodial key management system for your server wallets.{" "}
20
20
<Link
21
-
href="https://portal.thirdweb.com/engine/vault"
21
+
href="https://portal.thirdweb.com/vault"
22
22
className="underline"
23
23
>
24
24
Learn more.
@@ -84,7 +84,7 @@ async function CreateVaultAccountAlert(props: {
84
84
Your keys are stored in a hardware enclave, and all requests are
0 commit comments