瀏覽代碼

Update index.tsx

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