MarketplacePreview.tsx12 lines · main
1export const MarketplacePreview = () => (
2 <div>
3 <p className="text-sm text-foreground-light mb-4">
4 Browse and install integrations from a new Marketplace layout with improved filtering and
5 search.
6 </p>
7 <p className="text-sm text-foreground-light">
8 This preview is on by default for internal teammates and select integration partners. Turn it
9 off to fall back to the previous Integrations layout at any time.
10 </p>
11 </div>
12)