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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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