From 3a7f07bd94be58b615fb2ad977b29a515fe9dc58 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Sun, 31 Mar 2024 12:38:11 +0200 Subject: [PATCH 1/2] fix --- src/components/cards.tsx | 4 ++-- src/pages/community/events.mdx | 2 +- src/pages/community/foundation/annual-reports.mdx | 2 +- src/pages/community/foundation/annual-reports/2019.mdx | 1 - src/pages/community/foundation/community-grant.mdx | 2 +- src/pages/community/foundation/contact.mdx | 10 +++++++--- src/pages/community/foundation/graphql-conf.mdx | 2 +- src/pages/community/foundation/index.mdx | 2 +- src/pages/community/foundation/join.mdx | 2 +- 9 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/components/cards.tsx b/src/components/cards.tsx index e9ae0e222d..29f0781010 100644 --- a/src/components/cards.tsx +++ b/src/components/cards.tsx @@ -37,8 +37,8 @@ export function Cards({ > {/* @ts-expect-error */} {typeof Icon === "function" ? : Icon} - {title} - {description} + {title} + {description} ) }, diff --git a/src/pages/community/events.mdx b/src/pages/community/events.mdx index b0d877b667..412ce5112f 100644 --- a/src/pages/community/events.mdx +++ b/src/pages/community/events.mdx @@ -131,7 +131,7 @@ export function Meetups() { }, []) return ( <> -
+
{meetups.map(({ node }) => ( + **Please note:** we do not provide user support for GraphQL. If you have an implementation question, + please use the [relevant community channels](/community). + ## Membership Inquiries diff --git a/src/pages/community/foundation/graphql-conf.mdx b/src/pages/community/foundation/graphql-conf.mdx index 0f1d4b7b49..c9400e0405 100644 --- a/src/pages/community/foundation/graphql-conf.mdx +++ b/src/pages/community/foundation/graphql-conf.mdx @@ -1,5 +1,5 @@ --- -heroText: The official GraphQL conference, hosted by the GraphQL Foundation. +description: The official GraphQL conference, hosted by the GraphQL Foundation. --- # GraphQL Conf diff --git a/src/pages/community/foundation/index.mdx b/src/pages/community/foundation/index.mdx index c2d47bab9b..4a3b9d69fc 100644 --- a/src/pages/community/foundation/index.mdx +++ b/src/pages/community/foundation/index.mdx @@ -1,5 +1,5 @@ --- -heroText: An open and neutral home for the GraphQL community, dedicated to promoting widespread adoption and accelerating development of the surrounding ecosystem +description: An open and neutral home for the GraphQL community, dedicated to promoting widespread adoption and accelerating development of the surrounding ecosystem --- # What is the GraphQL Foundation? diff --git a/src/pages/community/foundation/join.mdx b/src/pages/community/foundation/join.mdx index def9fe7995..a7985b1181 100644 --- a/src/pages/community/foundation/join.mdx +++ b/src/pages/community/foundation/join.mdx @@ -1,5 +1,5 @@ --- -heroText: GraphQL Foundation members demonstrate their commitment to the ecosystem by providing essential financial support. +description: GraphQL Foundation members demonstrate their commitment to the ecosystem by providing essential financial support. --- # Become a Member From 7f8f020ccdb5a4318ee29e56cf505bd0492885d1 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Sun, 31 Mar 2024 12:38:28 +0200 Subject: [PATCH 2/2] prettier --- src/components/cards.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/cards.tsx b/src/components/cards.tsx index 29f0781010..10d78e3731 100644 --- a/src/components/cards.tsx +++ b/src/components/cards.tsx @@ -38,7 +38,9 @@ export function Cards({ {/* @ts-expect-error */} {typeof Icon === "function" ? : Icon} {title} - {description} + + {description} + ) },