mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 21:05:49 -04:00
f622bc6ea0
- remove "Marketplace" branding and naming from integrations section - remove "featured partners" hero with multiple partners - keep only _one_ featured partner to start with (Grafana) - gate each partner integration with separate flags to enable testing/releasing them separately ## Before <img width="1487" height="834" alt="Screenshot 2026-06-08 at 11 00 19" src="https://github.com/user-attachments/assets/9359a98f-18f8-4b1e-be23-63646cf66106" /> ## After <img width="1494" height="849" alt="Screenshot 2026-06-08 at 11 03 57" src="https://github.com/user-attachments/assets/2c28cf36-97f0-4bbd-8c97-7998768e6ce6" />
8 lines
219 B
TypeScript
8 lines
219 B
TypeScript
export const IntegrationsLayoutPreview = () => (
|
|
<div>
|
|
<p className="text-sm text-foreground-light">
|
|
Browse and install integrations from a new layout with improved filtering and search.
|
|
</p>
|
|
</div>
|
|
)
|