Explorar o código

Update index.tsx

Stefan Pejcic hai 1 ano
pai
achega
193728c202
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
     );