Skip to content

Commit e37bd8e

Browse files
authored
feat: move insight page to APIs dropdown (#7991)
1 parent a94cf80 commit e37bd8e

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
@@ -51,10 +51,6 @@ const links = [
5151
href: "/tokens",
5252
name: "Tokens",
5353
},
54-
{
55-
href: "/insight",
56-
name: "Insight",
57-
},
5854
{
5955
href: "/reference",
6056
name: "API Reference",
@@ -132,7 +128,7 @@ const apisLinks = [
132128
name: "HTTP API",
133129
},
134130
{
135-
href: "https://insight.thirdweb.com/reference",
131+
href: "/insight",
136132
name: "Insight",
137133
},
138134
{

0 commit comments

Comments
 (0)