mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
Make 360° GraphQL API Management an h2 (#6086)
This commit is contained in:
parent
506740c9c3
commit
eda544f7a1
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export function EcosystemManagementSection({ className }: { className?: string }
|
|||
>
|
||||
<div className="relative mx-auto flex w-[1392px] max-w-full flex-col gap-x-4 gap-y-6 md:gap-y-12 lg:flex-row [@media(min-width:1400px)]:gap-x-[120px]">
|
||||
<div className="flex flex-col gap-12 lg:w-[488px]">
|
||||
<Heading as="h3" size="sm">
|
||||
<Heading as="h2" size="sm">
|
||||
360° GraphQL API Management
|
||||
</Heading>
|
||||
<ul className="mx-auto flex list-none flex-col gap-y-4 text-white/80 lg:gap-y-6">
|
||||
|
|
|
|||
Loading…
Reference in a new issue