From d7f727beaa55ef8bf282b83c56abb39f5cfef530 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Thu, 30 Apr 2026 12:36:11 -0600 Subject: [PATCH] chore(partners): mark Neon as inactive --- src/utils/partners.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/partners.tsx b/src/utils/partners.tsx index 56be336d..3a01dcd3 100644 --- a/src/utils/partners.tsx +++ b/src/utils/partners.tsx @@ -328,9 +328,9 @@ const neon = (() => { name: 'Neon', id: 'neon', libraries: ['start', 'router'], - status: 'active' as const, + status: 'inactive' as const, + endDate: 'Apr 2026', score: 0.297, - tier: 'silver' as const, href, brandColor: '#00E599', tagline: 'Serverless Postgres',