diff --git a/src/components/MaintainerCard.tsx b/src/components/MaintainerCard.tsx index 9fc5693e6..7256a6493 100644 --- a/src/components/MaintainerCard.tsx +++ b/src/components/MaintainerCard.tsx @@ -395,7 +395,7 @@ export function MaintainerRowCard({ export function MaintainerCard({ maintainer }: MaintainerCardProps) { return (
{maintainer.name} diff --git a/src/components/home/HomeCommunitySection.tsx b/src/components/home/HomeCommunitySection.tsx index 29c6cbfb7..16d7589c7 100644 --- a/src/components/home/HomeCommunitySection.tsx +++ b/src/components/home/HomeCommunitySection.tsx @@ -22,7 +22,7 @@ function CommunitySkeleton() {
-
+
{Array.from({ length: 10 }).map((_, index) => (
-
+
{coreMaintainers.map((maintainer) => ( ))} diff --git a/src/routes/_library/$libraryId/$version.docs.contributors.tsx b/src/routes/_library/$libraryId/$version.docs.contributors.tsx index 9a8956c36..ac7d52482 100644 --- a/src/routes/_library/$libraryId/$version.docs.contributors.tsx +++ b/src/routes/_library/$libraryId/$version.docs.contributors.tsx @@ -92,14 +92,14 @@ function RouteComponent() {
-
+
*>*]:max-w-none @[28rem]:grid-cols-[repeat(auto-fit,minmax(180px,1fr))] @[43rem]:grid-cols-3' } mb-8 pt-8`} > {libraryContributors.map((maintainer, index) => ( diff --git a/src/routes/maintainers.tsx b/src/routes/maintainers.tsx index 733472ea5..cf59b737b 100644 --- a/src/routes/maintainers.tsx +++ b/src/routes/maintainers.tsx @@ -333,7 +333,7 @@ function MaintainerGrid({ }> }) { return ( -
+
{title &&

{title}

}
*>*]:max-w-none @[28rem]:grid-cols-[repeat(auto-fit,minmax(180px,1fr))] @[43rem]:grid-cols-3' }`} > {maintainers.map((maintainer, index) => ( @@ -658,11 +658,11 @@ function RouteComponent() { } `} -
-
+
+

Maintainers & Contributors

-

+

Meet the amazing developers who make TanStack possible through their contributions, maintenance, and dedication to open source

diff --git a/src/routes/paid-support.tsx b/src/routes/paid-support.tsx index d8f0fc681..1c6c2467e 100644 --- a/src/routes/paid-support.tsx +++ b/src/routes/paid-support.tsx @@ -100,14 +100,14 @@ function PaidSupportComp() {
-
+
*>*]:max-w-none @[28rem]:grid-cols-[repeat(auto-fit,minmax(180px,1fr))] @[43rem]:grid-cols-3' }`} > {coreMaintainers.map((maintainer, index) => ( diff --git a/src/routes/workshops.tsx b/src/routes/workshops.tsx index da7501b4f..2720d96e0 100644 --- a/src/routes/workshops.tsx +++ b/src/routes/workshops.tsx @@ -545,7 +545,7 @@ function InstructorsSection({ instructors }: { instructors: Maintainer[] }) { use

-
+
{instructors.map((instructor) => (