Przeglądaj źródła

Update enterprise-data-source.tsx

Filip Cumpalovic 1 rok temu
rodzic
commit
836f3671d1

+ 3 - 2
documentation/src/refine-theme/enterprise-data-source.tsx

@@ -23,7 +23,8 @@ import {
     Memcached,
     ElasticSe,
     Phpv,
-    Sshico
+    Sshico,
+    Phpmyadmin
 } from "../assets/integration-icons";
 import { useInView } from "framer-motion";
 
@@ -390,7 +391,7 @@ const list2 = [
         tooltip: null,
     },
     {
-        icon: (props: SVGProps<SVGSVGElement>) => <MongoDB {...props} />,
+        icon: (props: SVGProps<SVGSVGElement>) => <Phpmyadmin {...props} />,
         label: "phpMyAdmin",
         tooltip: null,
     },