Skip to content

Commit 3621330

Browse files
committed
lint
1 parent 36d319c commit 3621330

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@ import type { SideBar } from "@/components/Layouts/DocLayout";
33
const insightSlug = "/insight";
44

55
export const sidebar: SideBar = {
6-
name: "Insight",
7-
links: [
8-
{
9-
name: "Overview",
10-
href: "/insight",
11-
},
12-
{
13-
name: "Get Started",
14-
href: `${insightSlug}/get-started`,
15-
},
16-
{
17-
name: "Supported Chains",
18-
href: `${insightSlug}/supported-chains`,
19-
},
20-
{
21-
name: "Blueprints",
22-
href: `${insightSlug}/blueprints`,
23-
},
24-
{
25-
name: "Use cases",
26-
href: `${insightSlug}/use-cases`,
27-
},
28-
{
29-
name: "API Reference",
30-
href: "https://insight-api.thirdweb.com/reference",
31-
},
32-
],
6+
name: "Insight",
7+
links: [
8+
{
9+
name: "Overview",
10+
href: "/insight",
11+
},
12+
{
13+
name: "Get Started",
14+
href: `${insightSlug}/get-started`,
15+
},
16+
{
17+
name: "Supported Chains",
18+
href: `${insightSlug}/supported-chains`,
19+
},
20+
{
21+
name: "Blueprints",
22+
href: `${insightSlug}/blueprints`,
23+
},
24+
{
25+
name: "Use cases",
26+
href: `${insightSlug}/use-cases`,
27+
},
28+
{
29+
name: "API Reference",
30+
href: "https://insight-api.thirdweb.com/reference",
31+
},
32+
],
3333
};

0 commit comments

Comments
 (0)