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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",