diff --git a/web/app/components/tools/marketplace.tsx b/web/app/components/tools/marketplace.tsx index d38b165615..56f85d447d 100644 --- a/web/app/components/tools/marketplace.tsx +++ b/web/app/components/tools/marketplace.tsx @@ -13,12 +13,12 @@ const Marketplace = ({ const locale = useGetLanguage() return ( -
+
onMarketplaceScroll()} /> -
+
More from Marketplace
Discover diff --git a/web/app/components/tools/provider-list.tsx b/web/app/components/tools/provider-list.tsx index 8b44ecd296..fa9074f3d1 100644 --- a/web/app/components/tools/provider-list.tsx +++ b/web/app/components/tools/provider-list.tsx @@ -100,20 +100,28 @@ const ProviderList = () => { )}> {activeTab === 'api' && } {filteredCollectionList.map(collection => ( - - } - /> + onClick={() => setCurrentProvider(collection)} + > + + } + /> +
))} {!filteredCollectionList.length &&
}