Skip to content

Commit 1e2011a

Browse files
authored
Update Pricing link to go to Pricing page (#2037)
1 parent bdfe4f5 commit 1e2011a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/ninety-poems-tease.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/components": patch
3+
---
4+
5+
Update Pricing link to go to Pricing page

packages/components/src/components/hive-footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const DEFAULT_ITEMS: HiveFooterItems = {
189189
},
190190
{
191191
children: 'Pricing',
192-
href: 'https://the-guild.dev/graphql/hive#pricing',
192+
href: 'https://the-guild.dev/graphql/hive/pricing',
193193
},
194194
],
195195
};

0 commit comments

Comments
 (0)