Skip to content

Commit 368c57d

Browse files
misc
1 parent 3f988f9 commit 368c57d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/analytics/ftux.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function CreateVaultAccountStep(props: { project: Project }) {
8282
</p>
8383
<div className="h-6" />
8484
<div className="flex flex-row justify-end gap-4">
85-
<Link href="https://portal.thirdweb.com/engine/vault">
85+
<Link href="https://portal.thirdweb.com/engine/vault" target="_blank">
8686
<Button variant="outline">Learn more about Vault</Button>
8787
</Link>
8888
<CreateVaultAccountButton project={props.project} />

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/server-wallets/components/try-it-out.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function TryItOut(props: {
2424
Usage from your backend
2525
</h2>
2626
<p className="text-muted-foreground text-sm">
27-
Send transactions to the blockchain using a simple http API
27+
Send transactions from your server wallets using a simple http API
2828
</p>
2929
</div>
3030
</div>

0 commit comments

Comments
 (0)