Skip to content

Commit d7f727b

Browse files
committed
chore(partners): mark Neon as inactive
1 parent 098eda8 commit d7f727b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/partners.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@ const neon = (() => {
328328
name: 'Neon',
329329
id: 'neon',
330330
libraries: ['start', 'router'],
331-
status: 'active' as const,
331+
status: 'inactive' as const,
332+
endDate: 'Apr 2026',
332333
score: 0.297,
333-
tier: 'silver' as const,
334334
href,
335335
brandColor: '#00E599',
336336
tagline: 'Serverless Postgres',

0 commit comments

Comments
 (0)