Skip to content

Commit f8b2bdc

Browse files
authored
[Dashboard] Fix: wrong URL (#6510)
1 parent c407bd1 commit f8b2bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dashboard/src/app/team/[team_slug]/(team)/~/engine/(instance)/[engineId]/wallet-credentials/components/credential-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const CredentialForm = ({
7979
<DialogTitle>{title}</DialogTitle>
8080
<DialogDescription>
8181
<TrackedLinkTW
82-
href="https://portal.thirdweb.com/infrastructure/engine/features/wallet-credentials"
82+
href="https://portal.thirdweb.com/engine/features/wallet-credentials"
8383
target="_blank"
8484
label="learn-more"
8585
category="engine"

apps/dashboard/src/app/team/[team_slug]/(team)/~/engine/(instance)/[engineId]/wallet-credentials/components/wallet-credentials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const WalletCredentialsSection: React.FC<WalletCredentialsProps> = ({
6565
<p className="text-muted-foreground text-sm leading-relaxed">
6666
Manage your wallet credentials for different providers.{" "}
6767
<Link
68-
href="https://portal.thirdweb.com/infrastructure/engine/features/wallet-credentials"
68+
href="https://portal.thirdweb.com/engine/features/wallet-credentials"
6969
target="_blank"
7070
>
7171
Learn more about wallet credentials.

0 commit comments

Comments
 (0)