Skip to content

Commit 8ef99a1

Browse files
authored
Update the link to go to Hive blog (#6680)
1 parent d270acf commit 8ef99a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/web/docs/src/app/layout.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,11 @@ export default async function HiveDocsLayout({ children }: { children: ReactNode
9797
icon: <AccountBox />,
9898
children: 'Case Studies',
9999
},
100-
{ href: 'https://the-guild.dev/blog', icon: <PencilIcon />, children: 'Blog' },
100+
{
101+
href: 'https://the-guild.dev/graphql/hive/blog',
102+
icon: <PencilIcon />,
103+
children: 'Blog',
104+
},
101105
{
102106
href: 'https://github.com/graphql-hive/console',
103107
icon: <GitHubIcon />,

0 commit comments

Comments
 (0)