Skip to content

Commit

Permalink
Update packages/components/src/shared-meta-items.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Dec 18, 2024
1 parent 794f81c commit 7d94c98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/components/src/shared-meta-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ export function sharedMetaItems(options: { githubUrl: string; product: ProductTy
ecosystem: {
title: 'Ecosystem',
type: 'page',
...(options.product === 'HIVE'
? {}
: { href: 'https://the-guild.dev/graphql/hive/ecosystem' }),
...(options.product !== 'HIVE' && { href: 'https://the-guild.dev/graphql/hive/ecosystem' }),
},
blog: {
title: 'Blog',
Expand Down

0 comments on commit 7d94c98

Please sign in to comment.