Skip to content

Commit 7fcf8c5

Browse files
committed
finished redirects
1 parent 37fadf7 commit 7fcf8c5

File tree

20 files changed

+700
-700
lines changed

20 files changed

+700
-700
lines changed

apps/dashboard/src/app/(app)/(dashboard)/(chain)/components/server/products.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const products = [
4141
description: "Enable gas sponsorship for seamless transactions",
4242
icon: SmartAccountIcon,
4343
id: "account-abstraction",
44-
link: "https://portal.thirdweb.com/connect/account-abstraction/overview",
44+
link: "https://portal.thirdweb.com/wallets/account-abstraction/overview",
4545
name: "Account Abstraction",
4646
},
4747
{

apps/dashboard/src/app/(app)/(dashboard)/support/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const HELP_PRODUCTS = [
3636
description: "Create and manage crypto wallets",
3737
icon: WalletIcon,
3838
title: "Wallets",
39-
viewAllUrl: "https://portal.thirdweb.com/connect",
39+
viewAllUrl: "https://portal.thirdweb.com/wallets",
4040
},
4141
{
4242
description: "Enable payments on any tokens on any chain",

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/analytics/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async function AsyncAppHighlightsCard(props: {
168168

169169
return (
170170
<EmptyStateCard
171-
link="https://portal.thirdweb.com/connect/quickstart"
171+
link="https://portal.thirdweb.com/wallets/quickstart"
172172
metric="Wallets"
173173
/>
174174
);
@@ -189,7 +189,7 @@ async function AsyncWalletDistributionCard(props: {
189189
<WalletDistributionCard data={walletConnections} />
190190
) : (
191191
<EmptyStateCard
192-
link="https://portal.thirdweb.com/connect/quickstart"
192+
link="https://portal.thirdweb.com/wallets/quickstart"
193193
metric="Wallets"
194194
/>
195195
);
@@ -248,7 +248,7 @@ async function AsyncTransactionsChartCard(props: {
248248
/>
249249
) : (
250250
<EmptyStateCard
251-
link="https://portal.thirdweb.com/connect/quickstart"
251+
link="https://portal.thirdweb.com/wallets/quickstart"
252252
metric="Wallets"
253253
/>
254254
);
@@ -368,7 +368,7 @@ function AppHighlightsCard({
368368
emptyContent: (
369369
<EmptyStateContent
370370
description="Onramp, swap, and bridge with thirdweb's Universal Bridge."
371-
link="https://portal.thirdweb.com/connect/pay/overview"
371+
link="https://portal.thirdweb.com/payments"
372372
metric="Payments"
373373
/>
374374
),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export function AuthOptionsForm({
391391
Enter the URL for your own authentication endpoint.{" "}
392392
<a
393393
className="underline"
394-
href="https://portal.thirdweb.com/connect/in-app-wallet/custom-auth/configuration#generic-auth"
394+
href="https://portal.thirdweb.com/wallets/in-app-wallet/custom-auth/configuration#generic-auth"
395395
>
396396
Learn more.
397397
</a>

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/ecosystem/create/EcosystemCreatePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export async function EcosystemCreatePage(props: {
1919
<br /> You can control which apps join your ecosystem and how their
2020
users interact with your wallet.{" "}
2121
<UnderlineLink
22-
href="https://portal.thirdweb.com/connect/ecosystems/overview"
22+
href="https://portal.thirdweb.com/wallets/ecosystem-wallet/overview"
2323
rel="noopener noreferrer"
2424
target="_blank"
2525
>

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/ecosystem/create/components/client/create-ecosystem-form.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export function CreateEcosystemForm(props: {
167167
</FormControl>
168168
<FormDescription>
169169
<UnderlineLink
170-
href="https://portal.thirdweb.com/connect/wallet/ecosystem/permissions"
170+
href="https://portal.thirdweb.com/wallets/ecosystem-wallet/permissions"
171171
rel="noopener noreferrer"
172172
target="_blank"
173173
>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/account-abstraction/AAFooterSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function AAFooter() {
2323
left={{
2424
links: [
2525
{
26-
href: "https://portal.thirdweb.com/connect/account-abstraction/overview",
26+
href: "https://portal.thirdweb.com/wallets/account-abstraction/overview",
2727
label: "Overview",
2828
},
2929
{

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/account-abstraction/factories/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function YourFactoriesSection(props: {
8181
<p className="text-muted-foreground text-sm">
8282
Deploy your own account factories to create smart wallets.{" "}
8383
<UnderlineLink
84-
href="https://portal.thirdweb.com/connect/account-abstraction/factories"
84+
href="https://portal.thirdweb.com/wallets/account-abstraction/factories"
8585
rel="noopener noreferrer"
8686
target="_blank"
8787
>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ async function AsyncAppHighlightsCard(props: {
373373

374374
return (
375375
<EmptyStateCard
376-
link="https://portal.thirdweb.com/connect/quickstart"
376+
link="https://portal.thirdweb.com/wallets/quickstart"
377377
metric="Wallets"
378378
/>
379379
);
@@ -395,7 +395,7 @@ async function AsyncWalletDistributionCard(props: {
395395
<WalletDistributionCard data={walletConnections} />
396396
) : (
397397
<EmptyStateCard
398-
link="https://portal.thirdweb.com/connect/quickstart"
398+
link="https://portal.thirdweb.com/wallets/quickstart"
399399
metric="Wallets"
400400
/>
401401
);

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/universal-bridge/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function UBFooter() {
105105
left={{
106106
links: [
107107
{
108-
href: "https://portal.thirdweb.com/connect/pay/overview",
108+
href: "https://portal.thirdweb.com/payments",
109109
label: "Overview",
110110
},
111111
{

0 commit comments

Comments
 (0)