Stefan Pejcic преди 1 година
родител
ревизия
193728c202
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>
     );