Skip to content

Commit

Permalink
add gqlpt
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed Aug 31, 2024
1 parent 44b4c05 commit 36c72b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ export const footer = {
menu: [
{
name: 'Product',
links: [{ label: 'Debugger', href: 'https://www.graphql-debugger.com/' }],
links: [
{ label: 'GraphQL Observability', href: 'https://www.graphql-debugger.com/' },
{ label: 'GraphQL AI', href: 'https://www.gqlpt.dev' },
],
},
{
name: 'Community',
Expand Down

0 comments on commit 36c72b2

Please sign in to comment.