Browse Source

Update index.tsx

Stefan Pejcic 1 year ago
parent
commit
193728c202
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documentation/src/pages/features/index.tsx

+ 1 - 1
documentation/src/pages/features/index.tsx

@@ -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>
     );