Skip to content

Commit a8b6a2a

Browse files
committed
add link to graphql voyager
1 parent 7424fd2 commit a8b6a2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/Header.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ export default function Header() {
2323
label: "OpenAPI Tools",
2424
external: true,
2525
},
26+
{
27+
href: "https://apis.guru/graphql-voyager/",
28+
label: "GraphQL Voyager",
29+
external: true,
30+
},
2631
];
2732

2833
return (

0 commit comments

Comments
 (0)