Browse Source

Update enterprise-data-source.tsx

Filip Cumpalovic 1 year ago
parent
commit
0484a01cc3
1 changed files with 7 additions and 1 deletions
  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,
     Phpv,
     Sshico,
-    Phpmyadmin
+    Phpmyadmin,
+    Pythonico
 } from "../assets/integration-icons";
 import { useInView } from "framer-motion";
 
@@ -360,6 +361,11 @@ const list2 = [
         label: "NodeJS",
         tooltip: null,
     },
+    {
+        icon: (props: SVGProps<SVGSVGElement>) => <Pythonico {...props} />,
+        label: "Python",
+        tooltip: null,
+    },
     {
         icon: (props: SVGProps<SVGSVGElement>) => <MySql {...props} />,
         label: "MySQL",