mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Make the ecosystem link relative by passing isHive (#6385)
This commit is contained in:
parent
39b87177f4
commit
39363163e5
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ export function IndexPage(): ReactElement {
|
|||
<EnterpriseFocusedCards className="mx-4 my-6 md:mx-6" />
|
||||
<TeamSection className="mx-4 md:mx-6" />
|
||||
<CommunitySection className="mx-4 mt-6 md:mx-6" />
|
||||
<ToolsAndLibrariesCards className="mx-4 mt-6 md:mx-6" />
|
||||
<ToolsAndLibrariesCards isHive className="mx-4 mt-6 md:mx-6" />
|
||||
<FrequentlyAskedQuestions className="mx-4 md:mx-6" />
|
||||
<GetYourAPIGameRightSection className="mx-4 sm:mb-6 md:mx-6" />
|
||||
</Page>
|
||||
|
|
|
|||
Loading…
Reference in a new issue