We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c907479 commit 7166fa9Copy full SHA for 7166fa9
website/app/layout.tsx
@@ -53,7 +53,7 @@ const RootLayout: FC<{
53
icon: <PaperIcon />,
54
children: 'Documentation',
55
},
56
- { href: 'https://the-guild.dev/blog', icon: <PencilIcon />, children: 'Blog' },
+ { href: 'https://the-guild.dev/graphql/hive/blog', icon: <PencilIcon />, children: 'Blog' },
57
{
58
href: 'https://github.com/dimaMachina/graphql-eslint',
59
icon: <GitHubIcon />,
0 commit comments