Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 17:52:42 +01:00 committed by GitHub
parent c59fbdfdc7
commit 0484a01cc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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