Skip to content

Commit 0d47b5b

Browse files
committed
feat: move insight page to APIs dropdown
1 parent 928704a commit 0d47b5b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/portal/src/app/Header.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ const links = [
4747
href: "/tokens",
4848
name: "Tokens",
4949
},
50-
{
51-
href: "/insight",
52-
name: "Insight",
53-
},
5450
{
5551
href: "/reference",
5652
name: "API Reference",
@@ -128,7 +124,7 @@ const apisLinks = [
128124
name: "HTTP API",
129125
},
130126
{
131-
href: "https://insight.thirdweb.com/reference",
127+
href: "/insight",
132128
name: "Insight",
133129
},
134130
{

0 commit comments

Comments
 (0)