浏览代码

Update enterprise-data-source.tsx

Filip Cumpalovic 1 年之前
父节点
当前提交
0484a01cc3
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      documentation/src/refine-theme/enterprise-data-source.tsx

+ 7 - 1
documentation/src/refine-theme/enterprise-data-source.tsx

@@ -24,7 +24,8 @@ import {
     ElasticSe,
     ElasticSe,
     Phpv,
     Phpv,
     Sshico,
     Sshico,
-    Phpmyadmin
+    Phpmyadmin,
+    Pythonico
 } from "../assets/integration-icons";
 } from "../assets/integration-icons";
 import { useInView } from "framer-motion";
 import { useInView } from "framer-motion";
 
 
@@ -360,6 +361,11 @@ const list2 = [
         label: "NodeJS",
         label: "NodeJS",
         tooltip: null,
         tooltip: null,
     },
     },
+    {
+        icon: (props: SVGProps<SVGSVGElement>) => <Pythonico {...props} />,
+        label: "Python",
+        tooltip: null,
+    },
     {
     {
         icon: (props: SVGProps<SVGSVGElement>) => <MySql {...props} />,
         icon: (props: SVGProps<SVGSVGElement>) => <MySql {...props} />,
         label: "MySQL",
         label: "MySQL",