- export const MarketplacePreview = () => (
- <div>
- <p className="text-sm text-foreground-light mb-4">
- Browse and install integrations from a new Marketplace layout with improved filtering and
- search.
- </p>
- <p className="text-sm text-foreground-light">
- This preview is on by default for internal teammates and select integration partners. Turn it
- off to fall back to the previous Integrations layout at any time.
- </p>
- </div>
- )
|