Update index.tsx

This commit is contained in:
Stefan Pejcic
2024-05-09 15:47:14 +02:00
committed by GitHub
parent a0819723a2
commit 193728c202

View File

@@ -121,7 +121,7 @@ const Integrations: React.FC = () => {
<Title className="mt-20">Security</Title>
<List data={liveProviders} />
<Title className="mt-20">Integrations (Soon)</Title>
<Title className="mt-20">Integrations</Title>
<List data={communityPackages} />
</IntegrationsLayout>
);