Skip to content

Commit 38bf98e

Browse files
committed
chore: update copy
1 parent 1777bd8 commit 38bf98e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

apps/dashboard/src/app/team/[team_slug]/(team)/~/ecosystem/[slug]/(active)/configuration/components/client/auth-options-form.client.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,17 @@ export function AuthOptionsForm({ ecosystem }: { ecosystem: Ecosystem }) {
456456
<NetworkSelectorButton />
457457
</FormControl>
458458
<FormDescription>
459-
This will be the chain ID where the smart account will be
460-
initialized on by default.
459+
This will be the chain ID the smart account will be
460+
initialized to on your{" "}
461+
<a
462+
href={`https://${ecosystem.slug}.ecosystem.thirdweb.com`}
463+
className="text-link-foreground"
464+
target="_blank"
465+
rel="noreferrer"
466+
>
467+
ecosystem page
468+
</a>
469+
.
461470
</FormDescription>
462471
</FormItem>
463472
<FormField

0 commit comments

Comments
 (0)