Make the ecosystem link relative by passing isHive (#6385)

This commit is contained in:
Piotr Monwid-Olechnowicz 2025-01-17 16:56:38 +01:00 committed by GitHub
parent 39b87177f4
commit 39363163e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>