Skip to content

Commit 616b229

Browse files
committed
Update Netlify and Lovable partners
1 parent fff643d commit 616b229

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
@@ -545,7 +545,7 @@ const netlify = (() => {
545545
libraries: ['start', 'router'],
546546
status: 'active' as const,
547547
score: 0.343,
548-
tier: 'silver' as const,
548+
tier: 'gold' as const,
549549
uniqueConstraints: ['hosting'] satisfies Array<PartnerUniqueConstraint>,
550550
href,
551551
brandColor: '#00C7B7',
@@ -620,7 +620,7 @@ const lovable = (() => {
620620
id: 'lovable',
621621
href,
622622
libraries: ['start', 'router'] as const,
623-
status: 'inactive' as const,
623+
status: 'active' as const,
624624
score: 0.714,
625625
tier: 'gold' as const,
626626
uniqueConstraints: ['hosting'] satisfies Array<PartnerUniqueConstraint>,

0 commit comments

Comments
 (0)