Update enterprise-data-source.tsx

This commit is contained in:
Stefan Pejcic
2024-02-29 11:13:05 +01:00
committed by GitHub
parent ec30394179
commit 66baa3d2d3

View File

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