We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73f061 commit 3faf040Copy full SHA for 3faf040
apps/portal/src/app/connect/sidebar.tsx
@@ -12,11 +12,12 @@ import {
12
import { CodeIcon, ExternalLink, ZapIcon } from "lucide-react";
13
import { UnrealEngineIcon } from "../../icons/sdks/UnrealEngineIcon";
14
15
+// TODO: move the following two slugs to walletSlug with updated docs
16
const connectSlug = "/connect/sign-in";
-const walletSlug = "/connect/wallet";
17
const inAppSlug = "/connect/in-app-wallet";
18
+
19
+const walletSlug = "/connect/wallet";
20
const aAslug = "/connect/account-abstraction";
-const ecosystemSlug = "/connect/ecosystems";
21
const authSlug = "/connect/auth";
22
const paySlug = "/connect/pay";
23
0 commit comments