Skip to content

Commit 04ce59a

Browse files
committed
fix: change wording on subnav sdks -> developer tools
1 parent 4167612 commit 04ce59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/navigation/docs-subnav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const tabs = [
2727
pathMatch: (path: string) => path.startsWith("/docs/api-reference"),
2828
},
2929
{
30-
label: "SDKs",
30+
label: "Developer Tools",
3131
href: "/docs/tooling/avalanche-sdk",
3232
pathMatch: (path: string) => path.startsWith("/docs/tooling"),
3333
},

0 commit comments

Comments
 (0)