Skip to content

Commit 3faf040

Browse files
committed
fix: lint errors
1 parent e73f061 commit 3faf040

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/portal/src/app/connect/sidebar.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ import {
1212
import { CodeIcon, ExternalLink, ZapIcon } from "lucide-react";
1313
import { UnrealEngineIcon } from "../../icons/sdks/UnrealEngineIcon";
1414

15+
// TODO: move the following two slugs to walletSlug with updated docs
1516
const connectSlug = "/connect/sign-in";
16-
const walletSlug = "/connect/wallet";
1717
const inAppSlug = "/connect/in-app-wallet";
18+
19+
const walletSlug = "/connect/wallet";
1820
const aAslug = "/connect/account-abstraction";
19-
const ecosystemSlug = "/connect/ecosystems";
2021
const authSlug = "/connect/auth";
2122
const paySlug = "/connect/pay";
2223

0 commit comments

Comments
 (0)